# 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 = "2018" name = "minisign" version = "0.7.8" authors = [ "Frank Denis ", "Daniel Rangel ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to sign files and verify signatures." homepage = "https://github.com/jedisct1/rust-minisign" readme = "README.md" keywords = [ "command-line", "sign", "publickey", "cryptography", "minisign", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/jedisct1/rust-minisign" [profile.bench] opt-level = 3 lto = true [profile.dev] opt-level = 3 lto = "thin" [profile.release] opt-level = 3 lto = true panic = "abort" [profile.test] opt-level = 3 lto = "thin" [lib] name = "minisign" path = "src/lib.rs" [dependencies.ct-codecs] version = "1.1.2" [dependencies.scrypt] version = "0.11.0" default-features = false [target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.getrandom] version = "0.2" features = ["js"] optional = false default-features = false [target."cfg(any(windows, unix))".dependencies.rpassword] version = "7.3.1" [target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dependencies.getrandom] version = "0.2" optional = false default-features = false