2018-04-22 15:35:37 +02:00
|
|
|
[package]
|
2018-12-23 17:29:08 +01:00
|
|
|
authors = ["Plume contributors"]
|
2018-04-22 15:35:37 +02:00
|
|
|
name = "plume"
|
2018-09-11 20:53:14 +02:00
|
|
|
version = "0.2.0"
|
2018-12-06 18:54:16 +01:00
|
|
|
|
2018-04-22 15:35:37 +02:00
|
|
|
[dependencies]
|
2018-09-08 01:11:27 +02:00
|
|
|
activitypub = "0.1.3"
|
2018-12-06 18:54:16 +01:00
|
|
|
askama_escape = "0.1"
|
2018-09-01 22:08:26 +02:00
|
|
|
atom_syndication = "0.6"
|
2018-12-07 21:00:12 +01:00
|
|
|
canapi = "0.2"
|
2018-06-19 15:08:44 +02:00
|
|
|
colored = "1.6"
|
2018-09-08 01:11:27 +02:00
|
|
|
dotenv = "0.13"
|
2018-05-16 20:20:44 +02:00
|
|
|
failure = "0.1"
|
2018-09-02 22:55:42 +02:00
|
|
|
guid-create = "0.1"
|
2018-04-23 12:54:37 +02:00
|
|
|
heck = "0.3.0"
|
2018-12-02 17:37:51 +01:00
|
|
|
num_cpus = "1.0"
|
2018-12-07 21:00:12 +01:00
|
|
|
rocket = "0.4.0"
|
|
|
|
rocket_contrib = { version = "0.4.0", features = ["json"] }
|
2018-12-06 18:54:16 +01:00
|
|
|
rocket_i18n = "0.3.1"
|
2018-06-19 17:14:52 +02:00
|
|
|
rpassword = "2.0"
|
2018-12-02 17:37:51 +01:00
|
|
|
scheduled-thread-pool = "0.2.0"
|
2018-07-06 19:29:36 +02:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-04-23 17:09:05 +02:00
|
|
|
serde_json = "1.0"
|
2018-09-29 16:45:27 +02:00
|
|
|
serde_qs = "0.4"
|
2018-12-06 18:54:16 +01:00
|
|
|
validator = "0.8"
|
2018-12-07 21:00:12 +01:00
|
|
|
validator_derive = "0.8"
|
2018-10-11 13:51:45 +02:00
|
|
|
webfinger = "0.3.1"
|
2018-05-01 20:02:29 +02:00
|
|
|
|
2018-10-05 18:43:23 +02:00
|
|
|
[[bin]]
|
|
|
|
name = "plume"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
2018-09-10 20:38:19 +02:00
|
|
|
[dependencies.chrono]
|
|
|
|
features = ["serde"]
|
|
|
|
version = "0.4"
|
|
|
|
|
2018-12-02 17:37:51 +01:00
|
|
|
[dependencies.ctrlc]
|
|
|
|
features = ["termination"]
|
|
|
|
version = "3.1.1"
|
|
|
|
|
2018-04-22 20:13:12 +02:00
|
|
|
[dependencies.diesel]
|
2018-11-21 10:07:28 +01:00
|
|
|
features = ["r2d2", "chrono"]
|
2018-04-22 20:13:12 +02:00
|
|
|
version = "*"
|
|
|
|
|
2018-11-21 10:07:28 +01:00
|
|
|
[dependencies.multipart]
|
|
|
|
default-features = false
|
|
|
|
features = ["server"]
|
|
|
|
version = "0.15"
|
|
|
|
|
2018-09-25 21:45:32 +02:00
|
|
|
[dependencies.plume-api]
|
|
|
|
path = "plume-api"
|
|
|
|
|
2018-06-23 18:36:11 +02:00
|
|
|
[dependencies.plume-common]
|
|
|
|
path = "plume-common"
|
2018-06-21 22:30:56 +02:00
|
|
|
|
2018-06-29 14:22:43 +02:00
|
|
|
[dependencies.plume-models]
|
|
|
|
path = "plume-models"
|
|
|
|
|
2018-06-24 18:58:57 +02:00
|
|
|
[dependencies.rocket_csrf]
|
2018-07-26 17:32:52 +02:00
|
|
|
git = "https://github.com/fdb-hiroshima/rocket_csrf"
|
2018-12-13 10:22:43 +01:00
|
|
|
rev = "4a72ea2ec716cb0b26188fb00bccf2ef7d1e031c"
|
2018-06-24 18:58:57 +02:00
|
|
|
|
2018-12-06 18:54:16 +01:00
|
|
|
[build-dependencies]
|
2018-12-07 21:00:12 +01:00
|
|
|
ructe = "0.5.4"
|
2018-12-06 18:54:16 +01:00
|
|
|
rocket_i18n = { version = "0.3.1", features = ["build"] }
|
2018-12-15 22:06:27 +01:00
|
|
|
rsass = "0.9"
|
2018-06-23 18:36:11 +02:00
|
|
|
|
2018-09-26 17:22:42 +02:00
|
|
|
[features]
|
|
|
|
default = ["postgres"]
|
2018-11-21 10:07:28 +01:00
|
|
|
postgres = ["plume-models/postgres", "diesel/postgres"]
|
|
|
|
sqlite = ["plume-models/sqlite", "diesel/sqlite"]
|
2018-09-26 17:22:42 +02:00
|
|
|
|
2018-06-23 18:36:11 +02:00
|
|
|
[workspace]
|
2018-12-25 11:51:40 +01:00
|
|
|
members = ["plume-api", "plume-cli", "plume-models", "plume-common", "plume-front"]
|