2018-04-22 13:35:37 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Bat' <baptiste@gelez.xyz>"]
|
|
|
|
name = "plume"
|
|
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
2018-06-11 12:30:14 +00:00
|
|
|
activitypub = "0.1.1"
|
2018-06-15 13:08:38 +00:00
|
|
|
ammonia = "1.1.0"
|
2018-05-13 14:39:55 +00:00
|
|
|
array_tool = "1.0"
|
2018-05-04 15:18:00 +00:00
|
|
|
base64 = "0.9"
|
2018-04-22 18:13:12 +00:00
|
|
|
bcrypt = "0.2"
|
2018-06-19 13:08:44 +00:00
|
|
|
colored = "1.6"
|
2018-05-24 10:42:45 +00:00
|
|
|
comrak = "0.2"
|
2018-04-22 18:13:12 +00:00
|
|
|
dotenv = "*"
|
2018-05-16 18:20:44 +00:00
|
|
|
failure = "0.1"
|
|
|
|
failure_derive = "0.1"
|
2018-06-15 13:08:38 +00:00
|
|
|
gettext-rs = "0.4"
|
2018-04-23 10:54:37 +00:00
|
|
|
heck = "0.3.0"
|
2018-04-29 15:40:10 +00:00
|
|
|
hex = "0.3"
|
2018-05-04 15:18:00 +00:00
|
|
|
hyper = "*"
|
2018-05-02 11:53:42 +00:00
|
|
|
lazy_static = "*"
|
2018-04-29 15:40:10 +00:00
|
|
|
openssl = "0.10.6"
|
2018-04-30 18:08:44 +00:00
|
|
|
reqwest = "0.8"
|
2018-06-19 15:14:52 +00:00
|
|
|
rpassword = "2.0"
|
2018-04-24 14:52:47 +00:00
|
|
|
serde = "*"
|
|
|
|
serde_derive = "1.0"
|
2018-04-23 15:09:05 +00:00
|
|
|
serde_json = "1.0"
|
2018-06-16 17:39:22 +00:00
|
|
|
tera = "0.11"
|
2018-05-01 18:02:29 +00:00
|
|
|
url = "1.7"
|
2018-06-18 21:50:40 +00:00
|
|
|
webfinger = "0.1"
|
2018-05-01 18:02:29 +00:00
|
|
|
|
|
|
|
[dependencies.chrono]
|
|
|
|
features = ["serde"]
|
|
|
|
version = "0.4"
|
2018-04-22 18:13:12 +00:00
|
|
|
|
|
|
|
[dependencies.diesel]
|
2018-04-30 17:46:27 +00:00
|
|
|
features = ["postgres", "r2d2", "chrono"]
|
2018-04-22 18:13:12 +00:00
|
|
|
version = "*"
|
|
|
|
|
2018-06-16 17:39:22 +00:00
|
|
|
[dependencies.rocket]
|
|
|
|
git = "https://github.com/SergioBenitez/Rocket"
|
|
|
|
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"
|
|
|
|
|
|
|
|
[dependencies.rocket_codegen]
|
|
|
|
git = "https://github.com/SergioBenitez/Rocket"
|
|
|
|
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"
|
|
|
|
|
2018-04-22 18:13:12 +00:00
|
|
|
[dependencies.rocket_contrib]
|
|
|
|
features = ["tera_templates", "json"]
|
2018-06-16 17:39:22 +00:00
|
|
|
git = "https://github.com/SergioBenitez/Rocket"
|
|
|
|
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"
|
2018-06-17 14:28:44 +00:00
|
|
|
|
|
|
|
[dependencies.rocket_i18n]
|
|
|
|
git = "https://github.com/BaptisteGelez/rocket_i18n"
|
2018-06-17 22:04:46 +00:00
|
|
|
rev = "5b4225d5bed5769482dc926a7e6d6b79f1217be6"
|