hookshot/Cargo.toml
Will Hunt 49b9483129
Revert "Handle RSA token handling in Rust (#915)"
This reverts commit 6482c7ed55e60f53f64b6809a742a1508ec0fe37.
2024-04-16 17:20:17 +01:00

28 lines
466 B
TOML

[package]
name = "matrix-hookshot"
version = "5.2.1"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = {version="2", features=["serde-json", "async"]}
napi-derive = "2"
url = "2"
serde_json = "1"
serde = "1"
serde_derive = "1"
contrast = "0"
rgb = "0"
md-5 = "0.10"
hex = "0.4"
rss = "2.0"
atom_syndication = "0.12"
ruma = { version = "0.9", features = ["events", "html"] }
reqwest = "0.11"
rand = "0.8.5"
[build-dependencies]
napi-build = "2"