[package] name = "sn0int-std" version = "0.26.0" description = "sn0int - stdlib" authors = ["kpcyrd "] repository = "https://github.com/kpcyrd/sn0int" license = "GPL-3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" failure = "0.1" hlua-badtouch = "0.4" tokio = "0.1.14" rand = "0.8" regex = "1.0" rustls = { version="0.18", features=["dangerous_configuration"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_urlencoded = "0.7" webpki = "0.21" webpki-roots = "0.21" ct-logs = "0.7" #chrootable-https = { path = "../../chrootable-https" } chrootable-https = "0.16" http = "0.2" bufstream = "0.1.4" pem = "3" url = "2.0" tungstenite = { version = "0.13", default-features = false } kuchiki = "0.8.0" maxminddb = "0.23" x509-parser = "0.13" der-parser = "8" publicsuffix = { version="2", default-features=false } xml-rs = "0.8" geo = "0.25" bytes = "0.4" chrono = { version = "0.4", features = ["serde"] } mqtt-protocol = "0.11" sodiumoxide = { version="0.2.5", features=["use-pkg-config"] } image = "0.23" kamadak-exif = "0.5.1" img_hash_median = "4.0.0" bs58 = "0.5" digest = "0.10" blake2 = "0.10" data-encoding = "2.3.3" thiserror = "1.0.38" [dev-dependencies] env_logger = "0.10" maplit = "1.0.1"