[package] name = "rs_toolbox" version = "0.1.0" edition = "2021" [lib] crate-type = ["dylib", "rlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aes = "0.8.4" base64 = "0.22.1" blake2b_simd = "1.0.3" blake3 = { version = "1.8.2", features = ["serde", "digest"] } blockhash = "1.0.0" cbc = { version = "0.1.2", features = ["std"] } chrono = "0.4.26" cipher = "0.4.4" des = "0.8.1" hex = "0.4.3" hmac-sha256 = "1.1.12" hmac-sha512 = "1.1.7" image = "0.25.8" md-5 = "0.10.6" once_cell = "1.21.3" rand = "0.8.5" rsa = { version = "0.9.2", features = ["sha2"] } sha1 = "0.10.6" sha2 = "0.10.9" thiserror = "2.0.17" uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }