[package] name = "strongbox" version = "0.1.0" edition = "2021" authors = ["Twometer"] license = "MIT" repository = "https://github.com/Twometer/strongbox" description = "Tiny encrypted and authenticated data container" [dependencies] thiserror = "1.0" pbkdf2 = { version = "0.11", features = ["std"] } aes-gcm = { version = "0.10", features = ["std"] } bincode = "1.3" base64 = "0.21" rand = "0.8" serde = "1.0"