# 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 = "gldf-sign" version = "0.1.0" authors = ["Holger Trahe "] description = "A command-line tool to sign GLDF files and verify GLDF signatures, based on minisign." homepage = "https://github.com/holg/gldf-sign" readme = "README.md" keywords = [ "command-line", "publickey", "cryptography", "minisign", "gldf", ] categories = [ "command-line-utilities", "gldf", "gldf-rs", "cryptography", ] license = "GPL-3.0-or-later" repository = "https://github.com/holg/gldf-sign" [dependencies.clap] version = "4.4.4" features = [ "std", "cargo", "wrap_help", "string", ] [dependencies.dirs] version = "5.0" [dependencies.gldf-rs] version = "0.2.2" [dependencies.minisign] version = "0.7" [dependencies.regex] version = "1.9.5" [dependencies.zip] version = "0.6"