Plume/Cargo.toml

40 lines
694 B
TOML
Raw Normal View History

[package]
authors = ["Bat' <baptiste@gelez.xyz>"]
name = "plume"
version = "0.1.0"
[dependencies]
2018-06-10 13:13:07 +02:00
activitypub = "0.1"
2018-05-16 20:20:44 +02:00
activitystreams-types = "0.1"
array_tool = "1.0"
2018-05-04 17:18:00 +02:00
base64 = "0.9"
2018-04-22 20:13:12 +02:00
bcrypt = "0.2"
2018-05-24 12:42:45 +02:00
comrak = "0.2"
2018-04-22 20:13:12 +02:00
dotenv = "*"
2018-05-16 20:20:44 +02:00
failure = "0.1"
failure_derive = "0.1"
2018-04-23 12:54:37 +02:00
heck = "0.3.0"
2018-04-29 17:40:10 +02:00
hex = "0.3"
2018-05-04 17:18:00 +02:00
hyper = "*"
lazy_static = "*"
2018-04-29 17:40:10 +02:00
openssl = "0.10.6"
reqwest = "0.8"
rocket = "*"
rocket_codegen = "*"
serde = "*"
serde_derive = "1.0"
2018-04-23 17:09:05 +02:00
serde_json = "1.0"
2018-05-01 20:02:29 +02:00
url = "1.7"
ammonia = "1.1.0"
2018-05-01 20:02:29 +02:00
[dependencies.chrono]
features = ["serde"]
version = "0.4"
2018-04-22 20:13:12 +02:00
[dependencies.diesel]
2018-04-30 19:46:27 +02:00
features = ["postgres", "r2d2", "chrono"]
2018-04-22 20:13:12 +02:00
version = "*"
[dependencies.rocket_contrib]
features = ["tera_templates", "json"]
version = "*"