65168202b4
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
849 B
TOML
41 lines
849 B
TOML
[package]
|
|
name = "plume-common"
|
|
version = "0.7.1"
|
|
authors = ["Plume contributors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
activitypub = "0.1.1"
|
|
activitystreams-derive = "0.1.1"
|
|
activitystreams-traits = "0.1.0"
|
|
array_tool = "1.0"
|
|
base64 = "0.13"
|
|
heck = "0.4.0"
|
|
hex = "0.4"
|
|
openssl = "0.10.22"
|
|
rocket = "0.4.6"
|
|
reqwest = { version = "0.9", features = ["socks"] }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0.79"
|
|
shrinkwraprs = "0.3.0"
|
|
syntect = "4.5.0"
|
|
tokio = "0.1.22"
|
|
regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] }
|
|
tracing = "0.1.31"
|
|
askama_escape = "0.10.3"
|
|
|
|
[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]
|
|
once_cell = "1.5.2"
|
|
|
|
[features]
|