Plume/plume-common/Cargo.toml

43 lines
966 B
TOML
Raw Normal View History

[package]
name = "plume-common"
2022-05-11 21:29:46 +02:00
version = "0.7.2"
authors = ["Plume contributors"]
2020-01-21 07:02:03 +01:00
edition = "2018"
[dependencies]
array_tool = "1.0"
2022-01-06 22:06:49 +01:00
base64 = "0.13"
2022-01-06 22:07:07 +01:00
hex = "0.4"
openssl = "0.10.40"
rocket = "0.4.11"
reqwest = { version = "0.11.11", features = ["blocking", "json", "socks"] }
2023-01-05 16:04:45 +01:00
serde = "1.0.137"
serde_derive = "1.0"
serde_json = "1.0.81"
2021-01-01 22:04:59 +01:00
shrinkwraprs = "0.3.0"
2020-12-30 13:23:41 +01:00
syntect = "4.5.0"
regex-syntax = { version = "0.6.26", default-features = false, features = ["unicode-perl"] }
tracing = "0.1.35"
askama_escape = "0.10.3"
2023-01-01 00:52:08 +01:00
activitystreams = "=0.7.0-alpha.20"
activitystreams-ext = "0.1.0-alpha.2"
2022-05-04 17:51:16 +02:00
url = "2.2.2"
flume = "0.10.13"
tokio = { version = "1.19.2", features = ["full"] }
futures = "0.3.25"
2018-06-23 18:39:58 +02:00
[dependencies.chrono]
features = ["serde"]
2024-01-06 17:48:05 +01:00
version = "0.4.31"
[dependencies.pulldown-cmark]
default-features = false
2020-12-27 21:02:37 +01:00
git = "https://git.joinplu.me/Plume/pulldown-cmark"
branch = "bidi-plume"
[dev-dependencies]
2022-03-06 16:08:29 +01:00
assert-json-diff = "2.0.1"
once_cell = "1.12.0"
2022-01-06 22:16:00 +01:00
[features]