Plume/plume-common/Cargo.toml

43 lines
963 B
TOML
Raw Normal View History

[package]
name = "plume-common"
2022-05-11 19:29:46 +00:00
version = "0.7.2"
authors = ["Plume contributors"]
2020-01-21 06:02:03 +00:00
edition = "2018"
[dependencies]
array_tool = "1.0"
2022-01-06 21:06:49 +00:00
base64 = "0.13"
2022-01-06 21:07:07 +00:00
hex = "0.4"
openssl = "0.10.40"
rocket = "0.4.11"
reqwest = { version = "0.11.11", features = ["blocking", "json", "socks"] }
2023-01-05 15:04:45 +00:00
serde = "1.0.137"
serde_derive = "1.0"
serde_json = "1.0.81"
2021-01-01 21:04:59 +00:00
shrinkwraprs = "0.3.0"
2020-12-30 12:23:41 +00: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"
2022-12-31 23:52:08 +00:00
activitystreams = "=0.7.0-alpha.20"
activitystreams-ext = "0.1.0-alpha.2"
2022-05-04 15:51:16 +00:00
url = "2.2.2"
flume = "0.10.13"
tokio = { version = "1.19.2", features = ["full"] }
futures = "0.3.25"
2018-06-23 16:39:58 +00:00
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.pulldown-cmark]
default-features = false
2020-12-27 20:02:37 +00:00
git = "https://git.joinplu.me/Plume/pulldown-cmark"
branch = "bidi-plume"
[dev-dependencies]
2022-03-06 15:08:29 +00:00
assert-json-diff = "2.0.1"
once_cell = "1.12.0"
2022-01-06 21:16:00 +00:00
[features]