hookshot/Cargo.toml

27 lines
471 B
TOML
Raw Normal View History

2021-11-21 12:34:56 +00:00
[package]
2021-11-22 16:02:07 +00:00
name = "matrix-hookshot"
version = "4.5.1"
2021-11-21 13:21:58 +00:00
edition = "2021"
2021-11-21 12:34:56 +00:00
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = {version="2", features=["serde-json", "async"]}
napi-derive = "2"
2021-11-21 12:34:56 +00:00
url = "2"
serde_json = "1"
serde = "1"
2021-11-21 16:51:04 +00:00
serde_derive = "1"
contrast = "0"
rgb = "0"
md-5 = "0.8.0"
hex = "0.4.3"
rss = "2.0.3"
atom_syndication = "0.12"
ruma = { version = "0.8.2", features = ["events", "unstable-sanitize"] }
reqwest = "0.11"
2021-11-21 12:34:56 +00:00
[build-dependencies]
napi-build = "1"