# 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" rust-version = "1.66" name = "sequoia-git" version = "0.1.0" authors = [ "Neal H. Walfield ", "Justus Winter ", ] build = "build.rs" description = "A tool for managing and enforcing a commit signing policy." homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-git" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "signing", "git", ] categories = [ "cryptography", "authentication", "command-line-utilities", "development-tools", ] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-git" [[bin]] name = "sq-git" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.buffered-reader] version = "1" [dependencies.clap] version = "4.0" features = [ "cargo", "derive", "env", "string", "wrap_help", ] [dependencies.dirs] version = "5" [dependencies.git2] version = "0.18" [dependencies.once_cell] version = "1" [dependencies.sequoia-cert-store] version = "0.3" [dependencies.sequoia-net] version = "0.27" [dependencies.sequoia-openpgp] version = "1.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [build-dependencies.clap] version = "4.0" features = [ "cargo", "derive", "env", "string", "wrap_help", ] [build-dependencies.clap_complete] version = "4" [build-dependencies.clap_mangen] version = "0.2" [build-dependencies.dirs] version = "5" [build-dependencies.vergen] version = "8" features = [ "git", "git2", ]