authenticode 0.6.0

Library for working with Authenticode (no-std)
Documentation
# 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"
rust-version = "1.85"
name = "authenticode"
version = "0.6.0"
build = false
exclude = ["tests/testdata"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for working with Authenticode (no-std)"
readme = "README.md"
keywords = [
    "authenticode",
    "no_std",
]
categories = [
    "data-structures",
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/google/authenticode-rs"
resolver = "2"

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

[features]
object = ["dep:object"]
std = []

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

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

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

[dependencies.cms]
version = "0.2.0"
default-features = false

[dependencies.const-oid]
version = "0.9.0"
default-features = false

[dependencies.der]
version = "0.7.0"
features = ["derive"]
default-features = false

[dependencies.digest]
version = "0.10.0"
default-features = false

[dependencies.object]
version = "0.39.0"
features = [
    "pe",
    "read_core",
    "unaligned",
]
optional = true
default-features = false

[dependencies.spki]
version = "0.7.0"
default-features = false

[dependencies.x509-cert]
version = "0.2.0"
default-features = false

[dev-dependencies.sha1]
version = "0.10.0"
default-features = false

[dev-dependencies.sha2]
version = "0.10.0"
default-features = false