# 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] name = "rsign2" version = "0.6.4" authors = [ "Frank Denis ", "Daniel Rangel ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to sign files and verify signatures." readme = "README.md" keywords = [ "command-line", "sign", "publickey", "cryptography", "minisign", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/jedisct1/rsign2" [profile.release] opt-level = 3 lto = true panic = "abort" [[bin]] name = "rsign" path = "src/bin/rsign/main.rs" [dependencies.clap] version = "4" features = [ "std", "cargo", "wrap_help", "string", ] [dependencies.minisign] version = "0.7.8" [target."cfg(any(windows, unix))".dependencies.dirs] version = "5.0.1"