1[package] 2name = "crypto_generic" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[features] 8rustcrypto = [] 9 10[dependencies] 11anyhow = "1.0.32" 12base = { path = "../../../base" } 13serde = { version = "1", features = ["derive"] } 14serde_json = "1" 15zeroize = "1.5.7" 16 17[dev-dependencies] 18tempfile = "3" 19