ts-crypto 0.4.0

Cryptography abstraction for my projects
Documentation
[dependencies.const-oid]
features = ["db"]
version = "0.10.1"

[dependencies.crypto-bigint]
version = "=0.7.0-rc.9"

[dependencies.crypto-common]
version = "=0.2.0-rc.4"

[dependencies.crypto-primes]
version = "=0.7.0-pre.3"

[dependencies.der]
features = ["pem", "std", "zeroize"]
version = "=0.8.0-rc.9"

[dependencies.digest]
version = "=0.11.0-rc.3"

[dependencies.ecdsa]
version = "=0.17.0-rc.7"

[dependencies.ed25519-dalek]
features = ["pkcs8"]
version = "=3.0.0-pre.1"

[dependencies.ed448-goldilocks]
version = "=0.14.0-pre.4"

[dependencies.elliptic-curve]
version = "=0.14.0-rc.15"

[dependencies.p256]
version = "=0.14.0-pre.11"

[dependencies.p384]
version = "=0.14.0-pre.11"

[dependencies.p521]
version = "=0.14.0-pre.11"

[dependencies.pkcs8]
features = ["std"]
version = "=0.11.0-rc.7"

[dependencies.rand]
version = "0.9"

[dependencies.rand_core]
version = "=0.9.3"

[dependencies.rfc6979]
version = "=0.5.0-rc.1"

[dependencies.rsa]
version = "=0.10.0-rc.9"

[dependencies.sec1]
features = ["std"]
version = "=0.8.0-rc.10"

[dependencies.sha2]
version = "=0.11.0-rc.2"

[dependencies.signature]
version = "=3.0.0-rc.4"

[dependencies.spki]
features = ["std"]
version = "=0.8.0-rc.4"

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

[lints.clippy]
alloc_instead_of_core = "warn"
as_conversions = "warn"
dbg_macro = "warn"
doc_markdown = "warn"
if_then_some_else_none = "warn"
inconsistent_struct_constructor = "warn"
indexing_slicing = "warn"
map_unwrap_or = "warn"
match_same_arms = "warn"
mismatching_type_param_order = "warn"
missing_docs_in_private_items = "warn"
missing_panics_doc = "warn"
redundant_closure_for_method_calls = "warn"
semicolon_if_nothing_returned = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
string_slice = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unnecessary_self_imports = "warn"
unwrap_used = "warn"
use_self = "warn"

[lints.rust]
missing_docs = "warn"
unused_qualifications = "warn"

[package]
authors = ["Trent Shailer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cryptography abstraction for my projects"
documentation = "https://docs.rs/ts-crypto"
edition = "2024"
homepage = "https://codeberg.org/trentshailer/ts-crypto"
license = "MIT OR Apache-2.0"
name = "ts-crypto"
readme = "README.md"
repository = "https://codeberg.org/trentshailer/ts-crypto"
rust-version = "1.88"
version = "0.4.0"

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

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

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

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

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