[package] name = "blowfish-mbed-c" version = "0.1.1" authors = ["The Mbed TLS project ", "Alex Sobolev "] description = "Rusty interface for the deprecated mbedtls implementation of Blowfish cipher." readme = "../README.MD" repository = "https://github.com/alexobolev/blowfish-mbed" license = "Apache-2.0 OR GPL-2.0-or-later" edition = "2021" categories = ["api-bindings", "cryptography", "no-std"] keywords = ["bindings", "blowfish", "cryptography"] [dependencies] blowfish-mbed-sys = { version = "0.1.1", path = "../blowfish-mbed-sys" } snafu = { version = "0.8.0", default-features = false, features = ["rust_1_65"] }