[package] name = "rskit" version = "0.0.30" edition = "2021" license = "MIT" description = "rust kit" documentation = "https://docs.rs/rskit" repository = "https://github.com/itooling/rskit" [features] default = [] ecdh = ["p256"] [dependencies] aes = "0.8.4" aes-gcm = "0.10.3" base64 = "0.22.1" bincode = "1.3.3" cbc = { version = "0.1.2", features = ["std"] } chrono = { version = "0.4.38", features = ["serde"] } config = "0.14.0" cron = "0.12.1" fast_log = "1.7.3" hex = "0.4.3" hex-literal = "0.4.0" log = "0.4.21" md5 = "0.7.0" p256 = { version = "0.13.2", features = ["ecdh"], optional = true } rand = "0.8.5" redis = "0.26.1" reqwest = { version = "0.12.5", features = ["json"] } rsa = { version = "0.9.6", features = ["serde", "sha2"] } serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" sha2 = "0.10.8" sqlx = { version = "0.8.0", features = ["chrono", "macros", "runtime-tokio", "sqlite"] } tokio = { version = "1.39.2", features = ["full"] }