cryptography-rs 0.6.2

Block ciphers, hashes, public-key, and post-quantum primitives implemented directly from their specifications and original papers.
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 = "2021"
name = "cryptography-rs"
version = "0.6.2"
authors = ["Darrell Long"]
build = false
exclude = [
    "fast/**",
    "fuzz/**",
    "benchmarks/**",
    "assets/**",
    "scripts/**",
    "target/**",
    ".claude/**",
    ".codex/**",
    "pubs/**",
    "cipher_plots/**",
    ".ntru-upstream/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Block ciphers, hashes, public-key, and post-quantum primitives implemented directly from their specifications and original papers."
documentation = "https://docs.rs/cryptography-rs"
readme = "README.md"
keywords = [
    "cryptography",
    "ciphers",
    "hash",
    "public-key",
    "post-quantum",
]
categories = [
    "cryptography",
    "algorithms",
]
license = "BSD-2-Clause"
repository = "https://github.com/darrelllong/cryptography"

[features]
ct_profile = []
default = []

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

[[bin]]
name = "bench_bigint"
path = "src/bin/bench_bigint.rs"

[[bin]]
name = "bench_public_key"
path = "src/bin/bench_public_key.rs"

[[bin]]
name = "ees_regression_gen"
path = "src/bin/ees_regression_gen.rs"

[[bin]]
name = "pilot_cipher"
path = "src/bin/pilot_cipher.rs"

[[bin]]
name = "pilot_hash"
path = "src/bin/pilot_hash.rs"

[[bin]]
name = "pilot_pk"
path = "src/bin/pilot_pk.rs"

[[bin]]
name = "pilot_sm4"
path = "src/bin/pilot_sm4.rs"

[[bin]]
name = "profile_ct_anf"
path = "src/bin/profile_ct_anf.rs"

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

[dependencies.quick-xml]
version = "0.38"