Plume/plume-common/Cargo.toml

42 lines
884 B
TOML
Raw Normal View History

[package]
name = "plume-common"
2022-01-12 02:42:45 +01:00
version = "0.7.1"
authors = ["Plume contributors"]
2020-01-21 07:02:03 +01: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 22:06:49 +01:00
base64 = "0.13"
2022-01-06 22:12:03 +01:00
heck = "0.4.0"
2022-01-06 22:07:07 +01:00
hex = "0.4"
openssl = "0.10.22"
rocket = "0.4.6"
2021-01-11 21:27:52 +01:00
reqwest = { version = "0.9", features = ["socks"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.70"
2021-01-01 22:04:59 +01:00
shrinkwraprs = "0.3.0"
2020-12-30 13:23:41 +01:00
syntect = "4.5.0"
tokio = "0.1.22"
regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] }
tracing = "0.1.30"
2022-01-06 21:26:32 +01:00
askama_escape = "0.10.2"
activitystreams = "0.7.0-alpha.14"
2018-06-23 18:39:58 +02:00
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.pulldown-cmark]
default-features = false
2020-12-27 21:02:37 +01:00
git = "https://git.joinplu.me/Plume/pulldown-cmark"
branch = "bidi-plume"
[dev-dependencies]
once_cell = "1.5.2"
2022-01-06 22:16:00 +01:00
[features]