uselesskey-core-negative 0.5.1

Compatibility facade for negative fixture builders used by uselesskey.
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.92"
name = "uselesskey-core-negative"
version = "0.5.1"
authors = ["Effortless Metrics <opensource@effortlessmetrics.com>"]
build = false
exclude = [
    "fuzz/**",
    "corpus/**",
    "**/*.der",
    "**/*.pem",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compatibility facade for negative fixture builders used by uselesskey."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-core-negative"
readme = "README.md"
keywords = [
    "fixtures",
    "negative",
    "pem",
    "der",
    "testing",
]
categories = [
    "development-tools::testing",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/uselesskey"
resolver = "2"

[package.metadata.docs.rs]
features = ["std"]

[features]
default = ["std"]
std = [
    "uselesskey-core-negative-der/std",
    "uselesskey-core-negative-pem/std",
]

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

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

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

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

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

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

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

[dependencies.uselesskey-core-negative-der]
version = "0.5.1"
default-features = false

[dependencies.uselesskey-core-negative-pem]
version = "0.5.1"
default-features = false

[dev-dependencies.insta]
version = "1.47.0"
features = [
    "yaml",
    "redactions",
]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]