reallyme-crypto-core 0.1.2

Shared typed errors and algorithm identifiers 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-core"
version = "0.1.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared typed errors and algorithm identifiers for ReallyMe Crypto."
readme = false
license = "Apache-2.0"
repository = "https://github.com/reallyme/crypto"

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

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

[dependencies.thiserror]
version = "2.0"

[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"