# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sam_encrypt" version = "0.1.2" authors = [ "Blaise Munyampirwa ", "Roberto Berwa ", ] description = "A crate that provides a set of cryptographic primitives for building a proxy self re-encryption scheme." documentation = "https://docs.rs/sam_encrypt" readme = "README.md" categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/Sam17-Labs/SamEncrypt" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 lto = true debug-assertions = false strip = true [lib] [dependencies.aes-gcm-siv] version = "0.11.1" [dependencies.anyhow] version = "1.0.61" [dependencies.cipher] version = "0.*" [dependencies.curv-kzen] version = "0.9.0" [dependencies.futures] version = "0.3.24" [dependencies.hex] version = "0.*" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.sha2] version = "0.10.2" [dev-dependencies.criterion] version = "0.4.0"