native-code-sign 0.2.0

Platform-native code signing (macOS codesign, Windows signtool)
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.91"
name = "native-code-sign"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-native code signing (macOS codesign, Windows signtool)"
readme = "README.md"
keywords = [
    "security",
    "codesign",
    "signtool",
    "signing",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.fs-err]
version = "3"

[dependencies.getrandom]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.zeroize]
version = "1"

[dev-dependencies.fs-err]
version = "3"

[dev-dependencies.temp-env]
version = "0.3.6"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
dbg_macro = "warn"
disallowed_methods = "warn"
disallowed_types = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
get_unwrap = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
use_self = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -2

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "forbid"