uselesskey-ssh 0.9.0

Deterministic OpenSSH key and certificate fixtures for infra and deployment tests.
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.95"
name = "uselesskey-ssh"
version = "0.9.0"
authors = ["Effortless Metrics <opensource@effortlessmetrics.com>"]
build = false
exclude = [
    "fuzz/**",
    "corpus/**",
    "**/*.der",
    "**/*.pem",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic OpenSSH key and certificate fixtures for infra and deployment tests."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-ssh"
readme = "README.md"
keywords = [
    "ssh",
    "openssh",
    "fixtures",
    "testing",
    "deterministic",
]
categories = [
    "development-tools::testing",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/uselesskey"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.rand_chacha]
version = "0.3.1"
default-features = false

[dependencies.ssh-key]
version = "0.6.7"
features = [
    "std",
    "ed25519",
    "rsa",
    "rand_core",
]
default-features = false

[dependencies.uselesskey-core]
version = "0.9.0"

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

[lints.clippy]
dbg_macro = "deny"
decimal_bitwise_operands = "warn"
duration_suboptimal_units = "warn"
manual_checked_ops = "warn"
manual_ilog2 = "warn"
manual_take = "warn"
needless_type_cast = "warn"
same_length_and_capacity = "deny"
todo = "deny"
unimplemented = "deny"
unnecessary_trailing_comma = "warn"

[lints.rust]
const_item_interior_mutations = "deny"
function_casts_as_integer = "deny"
unexpected_cfgs = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_must_use = "deny"
unused_visibilities = "warn"