# 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 = "raycrypt" version = "0.3.1" description = "Encrypt at the speed of light" homepage = "https://github.com/somehybrid/raycrypt" readme = "README.md" license = "MIT" repository = "https://github.com/somehybrid/raycrypt" [profile.dev] opt-level = 1 codegen-units = 16 [profile.release] opt-level = 2 codegen-units = 1 [lib] name = "raycrypt" [[bench]] name = "bench" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.getrandom] version = "0.2" [dependencies.sha2] version = "0.10" [dependencies.zeroize] version = "1.7" features = ["zeroize_derive"] [dev-dependencies.benchmark-simple] version = "0.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.serde_json] version = "1.0"