# 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" rust-version = "1.56.0" name = "recrypt" version = "0.13.1" authors = ["IronCore Labs "] description = "A pure-Rust implementation of Transform Encryption, a Proxy Re-encryption scheme" documentation = "https://docs.rs/recrypt" readme = "README.md" keywords = ["cryptography", "proxy-re-encryption", "PRE", "ECC", "transform-encryption"] categories = ["cryptography", "algorithms"] license = "AGPL-3.0-only" repository = "https://github.com/IronCoreLabs/recrypt-rs" resolver = "2" [profile.dev] opt-level = 2 debug = true [profile.release] opt-level = 3 lto = true debug = false [profile.test] opt-level = 2 debug = true [lib] bench = false [[bench]] name = "api_benchmark" harness = false [dependencies.cfg-if] version = "1" [dependencies.clear_on_drop] version = "0.2" [dependencies.derivative] version = "2.1" [dependencies.ed25519-dalek] version = "=0.1.0" features = ["std"] default-features = false package = "ed25519-dalek-fiat" [dependencies.getrandom] version = "0.2" optional = true [dependencies.gridiron] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.quick-error] version = "2" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.sha2] version = "0.9" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = ["u64_backend"] disable_memlock = [] u32_backend = ["ed25519-dalek/u32_backend"] u64_backend = ["ed25519-dalek/u64_backend"] wasm = ["u32_backend", "clear_on_drop/no_cc", "getrandom/js"] [target."cfg(all(unix, not(target_arch = \"wasm32\")))".dependencies.libc] version = "0.2" [target."cfg(all(windows, not(target_arch = \"wasm32\")))".dependencies.winapi] version = "0.3" features = ["memoryapi", "sysinfoapi"]