2018-04-22 13:35:37 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Bat' <baptiste@gelez.xyz>"]
|
|
|
|
name = "plume"
|
2018-09-11 18:53:14 +00:00
|
|
|
version = "0.2.0"
|
2018-04-22 13:35:37 +00:00
|
|
|
[dependencies]
|
2018-09-07 23:11:27 +00:00
|
|
|
activitypub = "0.1.3"
|
2018-09-01 20:08:26 +00:00
|
|
|
atom_syndication = "0.6"
|
2018-09-25 19:45:32 +00:00
|
|
|
canapi = "0.1"
|
2018-06-19 13:08:44 +00:00
|
|
|
colored = "1.6"
|
2018-09-07 23:11:27 +00:00
|
|
|
dotenv = "0.13"
|
2018-05-16 18:20:44 +00:00
|
|
|
failure = "0.1"
|
2018-06-15 13:08:38 +00:00
|
|
|
gettext-rs = "0.4"
|
2018-09-02 20:55:42 +00:00
|
|
|
guid-create = "0.1"
|
2018-04-23 10:54:37 +00:00
|
|
|
heck = "0.3.0"
|
2018-09-02 20:55:42 +00:00
|
|
|
multipart = "0.15"
|
2018-06-19 15:14:52 +00:00
|
|
|
rpassword = "2.0"
|
2018-07-06 17:29:36 +00:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-04-23 15:09:05 +00:00
|
|
|
serde_json = "1.0"
|
2018-09-29 14:45:27 +00:00
|
|
|
serde_qs = "0.4"
|
2018-09-09 17:53:28 +00:00
|
|
|
tera = "0.11"
|
2018-06-29 12:22:43 +00:00
|
|
|
validator = "0.7"
|
|
|
|
validator_derive = "0.7"
|
2018-07-26 19:35:35 +00:00
|
|
|
webfinger = "0.3"
|
2018-07-26 15:32:52 +00:00
|
|
|
workerpool = "1.1"
|
2018-05-01 18:02:29 +00:00
|
|
|
|
2018-09-10 18:38:19 +00:00
|
|
|
[dependencies.chrono]
|
|
|
|
features = ["serde"]
|
|
|
|
version = "0.4"
|
|
|
|
|
2018-04-22 18:13:12 +00:00
|
|
|
[dependencies.diesel]
|
2018-09-13 20:16:25 +00:00
|
|
|
features = ["postgres", "sqlite", "r2d2", "chrono"]
|
2018-04-22 18:13:12 +00:00
|
|
|
version = "*"
|
|
|
|
|
2018-09-25 19:45:32 +00:00
|
|
|
[dependencies.plume-api]
|
|
|
|
path = "plume-api"
|
|
|
|
|
2018-06-23 16:36:11 +00:00
|
|
|
[dependencies.plume-common]
|
|
|
|
path = "plume-common"
|
2018-06-21 20:30:56 +00:00
|
|
|
|
2018-06-29 12:22:43 +00:00
|
|
|
[dependencies.plume-models]
|
|
|
|
path = "plume-models"
|
|
|
|
|
2018-06-16 17:39:22 +00:00
|
|
|
[dependencies.rocket]
|
|
|
|
git = "https://github.com/SergioBenitez/Rocket"
|
2018-09-07 23:11:27 +00:00
|
|
|
rev = "55459db7732b9a240826a5c120c650f87e3372ce"
|
2018-06-16 17:39:22 +00:00
|
|
|
|
|
|
|
[dependencies.rocket_codegen]
|
|
|
|
git = "https://github.com/SergioBenitez/Rocket"
|
2018-09-07 23:11:27 +00:00
|
|
|
rev = "55459db7732b9a240826a5c120c650f87e3372ce"
|
2018-06-16 17:39:22 +00:00
|
|
|
|
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"
|
2018-09-07 23:11:27 +00:00
|
|
|
rev = "55459db7732b9a240826a5c120c650f87e3372ce"
|
2018-06-17 14:28:44 +00:00
|
|
|
|
2018-06-24 16:58:57 +00:00
|
|
|
[dependencies.rocket_csrf]
|
2018-07-26 15:32:52 +00:00
|
|
|
git = "https://github.com/fdb-hiroshima/rocket_csrf"
|
2018-10-02 09:49:11 +00:00
|
|
|
rev = "2805ce5dbae4a6441208484426440885a5640a6a"
|
2018-06-24 16:58:57 +00:00
|
|
|
|
2018-06-17 14:28:44 +00:00
|
|
|
[dependencies.rocket_i18n]
|
|
|
|
git = "https://github.com/BaptisteGelez/rocket_i18n"
|
2018-09-07 23:11:27 +00:00
|
|
|
rev = "75a3bfd7b847324c078a355a7f101f8241a9f59b"
|
2018-06-23 16:36:11 +00:00
|
|
|
|
2018-09-26 15:22:42 +00:00
|
|
|
[features]
|
|
|
|
default = ["postgres"]
|
|
|
|
postgres = ["plume-models/postgres"]
|
|
|
|
sqlite = ["plume-models/sqlite"]
|
|
|
|
|
2018-06-23 16:36:11 +00:00
|
|
|
[workspace]
|
2018-09-19 14:49:34 +00:00
|
|
|
members = ["plume-api", "plume-models", "plume-common"]
|