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