[package] name = "encryption_api_services_rust_crate" version = "0.1.1" edition = "2021" description = "This Rust crate is used to be more performant than the high level APIs associated with the .NET Standard Libraries associated with Encryption API Services" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bcrypt = "0.13.0" rsa = "0.7.0"