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

* Update dependencies * Node 22 is now the new minimum version. * changelog. * Begin porting eslint to new config format. * Make linter happy. * Update reqwest to fix SSL issue? * Fix test types * quick check on ubuntu LTS 24.04 * Change cache key * update rust action * revert mocha due to esminess * Remove the only usage of pqueue * Use babel for TS transformations to get around ESM import bug. * Dependency bundle upgrade * Drop babel, not actually used. * lint * lint * update default config (mostly sections moving around)
30 lines
587 B
TOML
30 lines
587 B
TOML
[package]
|
|
name = "matrix-hookshot"
|
|
version = "5.4.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.12.9"
|
|
rand = "0.8.5"
|
|
rsa = { version = "0.9.6", features = ["sha2"] }
|
|
base64ct = { version = "1.6.0", features = ["alloc"] }
|
|
sha1 = "0.10.6"
|
|
[build-dependencies]
|
|
napi-build = "2"
|