osslsigncode 0.1.1

In-process Rust bindings for the vendored osslsigncode Authenticode implementation
# 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 = "2024"
name = "osslsigncode"
version = "0.1.1"
build = "build.rs"
links = "osslsigncode"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-process Rust bindings for the vendored osslsigncode Authenticode implementation"
homepage = "https://tangled.org/philocalyst.bsky.social/Osssigncode-rs/"
readme = "README.md"
license-file = "LICENSE"
repository = "https://tangled.org/philocalyst.bsky.social/Osssigncode-rs/"

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

[features]
default = ["vendored"]
vendored = [
    "openssl/vendored",
    "openssl-sys/vendored",
]

[lib]
name = "osslsigncode"
path = "src/lib.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies.foreign-types]
version = "0.3"

[dependencies.libz-sys]
version = "1.1.29"
features = ["static"]

[dependencies.openssl]
version = "0.10"

[dependencies.openssl-sys]
version = "0.9.109"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.zeroize]
version = "1.8"
features = ["std"]

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.4.4"

[build-dependencies.goblin]
version = "0.10"
features = [
    "std",
    "elf32",
    "elf64",
    "mach32",
    "mach64",
    "pe32",
    "pe64",
    "te",
    "archive",
    "endian_fd",
]
default-features = false