ave-identity 0.2.0

Generic cryptographic primitives with algorithm identification
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"
rust-version = "1.91.0"
name = "ave-identity"
version = "0.2.0"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic cryptographic primitives with algorithm identification"
homepage = "https://averiun.com"
readme = "README.md"
keywords = [
    "traceability",
    "distributed-ledger",
    "Averiun",
    "sustainability",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Averiun-Ledger/ave"
resolver = "2"

[lib]
name = "ave_identity"
path = "src/lib.rs"
bench = false

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.8.3"

[dependencies.borsh]
version = "1.6.0"
features = [
    "std",
    "derive",
]

[dependencies.ed25519-dalek]
version = "2"
features = [
    "alloc",
    "pkcs8",
]

[dependencies.getrandom]
version = "0.4.1"

[dependencies.memsecurity]
version = "3.5.2"
features = [
    "encryption",
    "encryption",
]

[dependencies.pkcs8]
version = "0.10.2"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.subtle]
version = "2.6"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.47"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.serde_json]
version = "1.0.149"