ssign 0.1.0

Cross-platform CLI to Authenticode-sign Windows binaries with a Certum SimplySign cloud certificate — no GUI, no vendor stack.
# 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 = "ssign"
version = "0.1.0"
build = false
exclude = [
    "tests/fixtures/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform CLI to Authenticode-sign Windows binaries with a Certum SimplySign cloud certificate — no GUI, no vendor stack."
homepage = "https://github.com/Le-Syl21/ssign"
documentation = "https://docs.rs/ssign"
readme = "README.md"
keywords = [
    "authenticode",
    "code-signing",
    "certum",
    "simplysign",
    "windows",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/Le-Syl21/ssign"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[[bin]]
name = "ssign"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base32]
version = "0.5"

[dependencies.cfb]
version = "0.10"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.der]
version = "0.7"
features = ["pem"]

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "cookies",
    "multipart",
    "rustls-tls",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.uuid]
version = "1"

[dependencies.x509-cert]
version = "0.2"

[dev-dependencies.rsa]
version = "0.9"
features = [
    "sha2",
    "pem",
]