reallyme-crypto-p521 0.1.3

P-521 ECDSA primitive for ReallyMe Crypto.
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"
rust-version = "1.96"
name = "reallyme-crypto-p521"
version = "0.1.3"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "P-521 ECDSA primitive for ReallyMe Crypto."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/reallyme/crypto"

[package.metadata.cargo-machete]
ignored = ["getrandom"]

[features]
default = []
native = [
    "dep:p521",
    "dep:ecdsa",
    "dep:sha2",
    "dep:getrandom",
]
wasm = [
    "native",
    "dep:getrandom",
]

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

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

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

[dependencies.crypto-core]
version = "0.1.1"
package = "reallyme-crypto-core"

[dependencies.ecdsa]
version = "0.17"
features = ["der"]
optional = true

[dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]
optional = true

[dependencies.p521]
version = "0.14"
features = [
    "ecdh",
    "ecdsa",
]
optional = true

[dependencies.sha2]
version = "0.11"
optional = true

[dependencies.zeroize]
version = "1.9"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
large_include_file = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"
wildcard_imports = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"