hookshot/Cargo.toml
Will Hunt 43176adf7a
Fallback to parsing feeds as atom format if rss format fails. (#721)
* Support atom feeds in rust parser

* Add an apply linting command

* Add changelog

* Fixup

* Add tests for atom feeds + remove redundant code

* Remove unused rss-parser

* Tests for all formats.

* Move hashing logic into rust to save cross-context calls

* lint my rust

* Use a String::from

* Ensure guids are not repeated
2023-04-25 15:45:55 +00:00

25 lines
372 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"
[build-dependencies]
napi-build = "1"