2018-06-23 16:36:11 +00:00
|
|
|
[package]
|
|
|
|
name = "plume-models"
|
2018-09-11 18:53:14 +00:00
|
|
|
version = "0.2.0"
|
2018-12-23 16:29:08 +00:00
|
|
|
authors = ["Plume contributors"]
|
2018-06-23 16:36:11 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
activitypub = "0.1.1"
|
2019-01-18 18:22:36 +00:00
|
|
|
ammonia = "2.0.0"
|
2018-12-06 17:54:16 +00:00
|
|
|
askama_escape = "0.1"
|
2018-06-23 16:36:11 +00:00
|
|
|
bcrypt = "0.2"
|
2018-12-07 20:00:12 +00:00
|
|
|
canapi = "0.2"
|
2018-10-31 09:40:20 +00:00
|
|
|
guid-create = "0.1"
|
2018-06-23 16:36:11 +00:00
|
|
|
heck = "0.3.0"
|
2019-01-18 18:22:36 +00:00
|
|
|
itertools = "0.8.0"
|
2018-06-23 16:36:11 +00:00
|
|
|
lazy_static = "*"
|
2018-12-07 20:00:12 +00:00
|
|
|
openssl = "0.10.15"
|
|
|
|
rocket = "0.4.0"
|
2018-10-11 11:51:45 +00:00
|
|
|
reqwest = "0.9"
|
2018-12-24 15:42:40 +00:00
|
|
|
scheduled-thread-pool = "0.2.0"
|
2018-09-07 23:11:27 +00:00
|
|
|
serde = "1.0"
|
2019-03-21 10:51:41 +00:00
|
|
|
serde_derive = "1.0"
|
2018-06-23 16:36:11 +00:00
|
|
|
serde_json = "1.0"
|
2019-02-14 07:46:37 +00:00
|
|
|
tantivy = "0.8.2"
|
2018-06-23 16:36:11 +00:00
|
|
|
url = "1.7"
|
2018-10-11 11:51:45 +00:00
|
|
|
webfinger = "0.3.1"
|
2019-03-04 19:46:26 +00:00
|
|
|
whatlang = "0.7.0"
|
2018-06-23 16:39:58 +00:00
|
|
|
|
2018-06-23 16:36:11 +00:00
|
|
|
[dependencies.chrono]
|
|
|
|
features = ["serde"]
|
|
|
|
version = "0.4"
|
|
|
|
|
|
|
|
[dependencies.diesel]
|
2018-09-26 15:22:42 +00:00
|
|
|
features = ["r2d2", "chrono"]
|
2018-09-07 23:11:27 +00:00
|
|
|
version = "1.3.2"
|
2018-06-23 16:36:11 +00:00
|
|
|
|
2018-09-19 14:49:34 +00:00
|
|
|
[dependencies.plume-api]
|
|
|
|
path = "../plume-api"
|
|
|
|
|
2018-06-23 16:36:11 +00:00
|
|
|
[dependencies.plume-common]
|
|
|
|
path = "../plume-common"
|
|
|
|
|
2018-11-01 21:23:38 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
diesel_migrations = "1.3.0"
|
|
|
|
|
2018-09-26 15:22:42 +00:00
|
|
|
[features]
|
|
|
|
postgres = ["diesel/postgres"]
|
|
|
|
sqlite = ["diesel/sqlite"]
|