[package] name = "ridl" version = "0.7.0" edition = "2021" description = "Hard-to-misuse, modern crypto primitives and conventions for litl." license = "CC-BY-NC-ND-4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] litl = {version = "^0.6.0", path = "../litl"} chacha20 = "0.9.0" chacha20poly1305 = "0.9.0" generic-array = {version = "0.14.0", features = ["serde"]} ed25519-dalek = {version = "1.0.1", features = ["serde"]} blake3 = "1.2.0" ed25519 = {version = "1.5.3"} crypto_box = {version = "0.7.2", features = ["serde"]} rand07 = {package = "rand", version = "0.7.0"} rand08 = {package = "rand", version = "0.8.4"} rand_core06 = {package = "rand_core", version = "0.6", features = ["std"] } thiserror = "1.0" serde = "1.0.137" serde_derive = "1.0.137" zeroize = "1.3" constant_time_eq = "0.2.4" [package.metadata.workspaces] independent = true