simple_sign 0.1.2

Simple signing library
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"
name = "simple_sign"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple signing library"
documentation = "https://docs.rs/simple_sign"
readme = "README.md"
keywords = [
    "signing",
    "crypto",
    "ed25519",
    "rsa",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/beamvex/simple_sign"

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

[dependencies.base_xx]
version = "0.7.0"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.digest]
version = "0.10.7"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "rand_core",
    "digest",
]

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.rsa]
version = "0.9.6"

[dependencies.sha2]
version = "0.10.8"

[dependencies.sha3]
version = "0.10.8"

[dependencies.slahasher]
version = "0.3.12"

[dependencies.slogger]
version = "0.1.2"

[lints.clippy]
allow-expect-in-tests = "allow"
expect_used = "deny"
unwrap_used = "deny"