mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Add a function to sanitize html output * Allow some HTML in feed messages * Update cargo * changelog * lint * Saved a ton of code by just using ruma. * Reverse order of rs:apply * Lint * Update src/Connections/FeedConnection.ts Co-authored-by: Andrew Ferrazzutti <andrewf@element.io> * Apply suggestions from code review Co-authored-by: Andrew Ferrazzutti <andrewf@element.io> * Add a test for partial html --------- Co-authored-by: Andrew Ferrazzutti <andrewf@element.io>
26 lines
445 B
TOML
26 lines
445 B
TOML
[package]
|
|
name = "matrix-hookshot"
|
|
version = "1.8.1"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
napi = {version="2", features=["serde-json"]}
|
|
napi-derive = "2"
|
|
url = "2"
|
|
serde_json = "1"
|
|
serde = "1"
|
|
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"] }
|
|
|
|
[build-dependencies]
|
|
napi-build = "1"
|