2018-06-23 16:36:11 +00:00
|
|
|
[package]
|
|
|
|
name = "plume-models"
|
2020-12-29 09:01:18 +00:00
|
|
|
version = "0.6.1-dev"
|
2018-12-23 16:29:08 +00:00
|
|
|
authors = ["Plume contributors"]
|
2020-01-21 06:02:03 +00:00
|
|
|
edition = "2018"
|
2018-06-23 16:36:11 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
activitypub = "0.1.1"
|
2019-05-12 08:41:47 +00:00
|
|
|
ammonia = "2.1.1"
|
2018-12-06 17:54:16 +00:00
|
|
|
askama_escape = "0.1"
|
2019-08-14 13:04:30 +00:00
|
|
|
bcrypt = "0.5"
|
2018-10-31 09:40:20 +00:00
|
|
|
guid-create = "0.1"
|
2019-01-18 18:22:36 +00:00
|
|
|
itertools = "0.8.0"
|
2020-01-19 11:52:32 +00:00
|
|
|
lazy_static = "1.0"
|
2020-10-04 10:18:22 +00:00
|
|
|
ldap3 = "0.7.1"
|
2019-04-29 14:30:20 +00:00
|
|
|
migrations_internals= "1.4.0"
|
2019-05-12 08:41:47 +00:00
|
|
|
openssl = "0.10.22"
|
2021-07-06 14:36:21 +00:00
|
|
|
rocket = "=0.4.6"
|
2019-04-19 12:59:03 +00:00
|
|
|
rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" }
|
2018-10-11 11:51:45 +00:00
|
|
|
reqwest = "0.9"
|
2019-08-14 13:04:30 +00:00
|
|
|
scheduled-thread-pool = "0.2.2"
|
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"
|
2021-01-15 01:19:54 +00:00
|
|
|
tantivy = "0.13.3"
|
2019-08-14 13:04:30 +00:00
|
|
|
url = "2.1"
|
2019-08-20 22:42:04 +00:00
|
|
|
walkdir = "2.2"
|
2019-07-31 09:38:49 +00:00
|
|
|
webfinger = "0.4.1"
|
2020-12-30 13:36:47 +00:00
|
|
|
whatlang = "0.11.1"
|
2019-05-25 18:23:45 +00:00
|
|
|
shrinkwraprs = "0.2.1"
|
|
|
|
diesel-derive-newtype = "0.1.2"
|
2020-01-12 18:41:35 +00:00
|
|
|
glob = "0.3.0"
|
2021-01-16 04:34:15 +00:00
|
|
|
lindera-tantivy = { version = "0.7.1", optional = true }
|
2021-01-03 10:20:35 +00:00
|
|
|
tracing = "0.1.22"
|
2021-01-06 14:01:00 +00:00
|
|
|
riker = "0.4.2"
|
2021-01-06 14:05:22 +00:00
|
|
|
once_cell = "1.5.2"
|
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"]
|
2020-12-30 13:31:02 +00:00
|
|
|
version = "1.4.5"
|
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"
|
|
|
|
|
2019-04-29 14:30:20 +00:00
|
|
|
[dependencies.plume-macro]
|
|
|
|
path = "../plume-macro"
|
|
|
|
|
2018-11-01 21:23:38 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
diesel_migrations = "1.3.0"
|
|
|
|
|
2018-09-26 15:22:42 +00:00
|
|
|
[features]
|
2019-09-13 10:28:36 +00:00
|
|
|
postgres = ["diesel/postgres", "plume-macro/postgres" ]
|
|
|
|
sqlite = ["diesel/sqlite", "plume-macro/sqlite" ]
|
2020-06-17 14:57:28 +00:00
|
|
|
search-lindera = ["lindera-tantivy"]
|