# 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 = "salty" version = "0.3.0" authors = ["The Salty Engineers"] description = "Small, sweet, swift Ed25519 signatures for microcontrollers" homepage = "https://github.com/ycrypto/salty" readme = "README.md" keywords = [ "no-std", "NaCl", "Ed25519", "cryptography", "signatures", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ycrypto/salty" [profile.release.package.qemu-tests] opt-level = "z" codegen-units = 1 debug = 2 [profile.release.package.salty-c-api] opt-level = "s" codegen-units = 1 debug = 2 [dependencies.cosey] version = "0.3" optional = true [dependencies.ed25519] version = "2.2" optional = true default-features = false [dependencies.subtle] version = "2.4" default-features = false [dependencies.zeroize] version = "1.6" features = ["zeroize_derive"] default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.4" [features] cose = ["cosey"] default = ["rustcrypto"] rustcrypto = ["ed25519"] slow-motion = []