# 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 = "mini-sign" version = "0.1.0" authors = ["wind_mask"] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for minisign in rust." homepage = "https://github.com/wind-mask/minisign-rs" readme = "README.md" keywords = [ "minisign", "sign", "verify", "crypto", "signature", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/wind-mask/minisign-rs" [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 = "mini_sign" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.blake2] version = "0.10.6" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.scrypt] version = "0.11.0" [dependencies.zeroize] version = "1.8.1" features = ["zeroize_derive"]