nklave-core 0.1.0

Core signing logic, BLS/Ed25519 keys, and slashing protection rules for Nklave
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 = "nklave-core"
version = "0.1.0"
authors = ["Dipankar Sarkar <me@dipankar.name>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core signing logic, BLS/Ed25519 keys, and slashing protection rules for Nklave"
homepage = "https://docs.cryptuon.com/nklave"
documentation = "https://docs.cryptuon.com/nklave"
readme = "README.md"
keywords = [
    "ethereum",
    "validator",
    "signing",
    "slashing-protection",
    "web3signer",
]
categories = [
    "cryptography",
    "authentication",
]
license = "MIT"
repository = "https://github.com/cryptuon/nklave"

[features]
aws-kms = [
    "dep:aws-config",
    "dep:aws-sdk-kms",
]
default = []
vault = []

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

[[bench]]
name = "signing"
path = "benches/signing.rs"
harness = false

[dependencies.aes]
version = "0.8"

[dependencies.async-trait]
version = "0.1"

[dependencies.aws-config]
version = "1.1"
optional = true

[dependencies.aws-sdk-kms]
version = "1.15"
optional = true

[dependencies.bincode]
version = "1"

[dependencies.blst]
version = "0.3"

[dependencies.ctr]
version = "0.9"

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

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.metrics]
version = "0.23"

[dependencies.pbkdf2]
version = "0.12"
features = ["hmac"]

[dependencies.rand]
version = "0.8"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.scrypt]
version = "0.11"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3"