43 lines
958 B
TOML
43 lines
958 B
TOML
[package]
|
|
name = "plume-common"
|
|
version = "0.7.2"
|
|
authors = ["Plume contributors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
array_tool = "1.0"
|
|
base64 = "0.13"
|
|
hex = "0.4"
|
|
openssl = "0.10.40"
|
|
rocket = "0.4.11"
|
|
reqwest = { version = "0.11.10", features = ["blocking", "json", "socks"] }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0.81"
|
|
shrinkwraprs = "0.3.0"
|
|
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"
|
|
activitystreams = "0.7.0-alpha.18"
|
|
activitystreams-ext = "0.1.0-alpha.2"
|
|
url = "2.2.2"
|
|
flume = "0.10.13"
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
futures = "0.3.21"
|
|
|
|
[dependencies.chrono]
|
|
features = ["serde"]
|
|
version = "0.4"
|
|
|
|
[dependencies.pulldown-cmark]
|
|
default-features = false
|
|
git = "https://git.joinplu.me/Plume/pulldown-cmark"
|
|
branch = "bidi-plume"
|
|
|
|
[dev-dependencies]
|
|
assert-json-diff = "2.0.1"
|
|
once_cell = "1.12.0"
|
|
|
|
[features]
|