Plume/plume-common/Cargo.toml

40 lines
859 B
TOML
Raw Normal View History

[package]
name = "plume-common"
2022-01-02 16:17:07 +00:00
version = "0.7.1-dev"
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"
base64 = "0.10"
heck = "0.3.0"
hex = "0.3"
hyper = "0.12.33"
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.70"
2021-01-01 21:04:59 +00:00
shrinkwraprs = "0.3.0"
2020-12-30 12:23:41 +00:00
syntect = "4.5.0"
tokio = "0.1.22"
regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] }
2021-01-03 10:20:35 +00:00
tracing = "0.1.22"
2022-01-06 20:26:32 +00:00
askama_escape = "0.10.2"
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.5.2"