Plume/plume-common/Cargo.toml

44 lines
972 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:12:03 +00:00
heck = "0.4.0"
2022-01-06 21:07:07 +00:00
hex = "0.4"
openssl = "0.10.40"
rocket = "0.4.6"
2022-05-04 15:51:16 +00:00
reqwest = { version = "0.11.10", features = ["blocking", "json", "socks"] }
serde = "1.0"
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.17", default-features = false, features = ["unicode-perl"] }
tracing = "0.1.34"
askama_escape = "0.10.3"
activitystreams = "0.7.0-alpha.18"
activitystreams-ext = "0.1.0-alpha.2"
2022-05-04 15:51:16 +00:00
url = "2.2.2"
flume = "0.10.12"
tokio = { version = "1.18.2", features = ["full"] }
futures = "0.3.21"
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.10.0"
2022-01-06 21:16:00 +00:00
[features]