Plume/plume-common/Cargo.toml

40 lines
833 B
TOML
Raw Normal View History

[package]
name = "plume-common"
2022-01-12 01:42:45 +00:00
version = "0.7.1"
authors = ["Plume contributors"]
2020-01-21 06:02:03 +00:00
edition = "2018"
[dependencies]
activitypub = "0.1.1"
activitystreams-derive = "0.1.1"
activitystreams-traits = "0.1.0"
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.22"
rocket = "0.4.6"
2021-01-11 20:27:52 +00:00
reqwest = { version = "0.9", features = ["socks"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.80"
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"
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]
once_cell = "1.10.0"
2022-01-06 21:16:00 +00:00
[features]