arcanum-core 0.1.2

Core traits, types, and primitives for the Arcanum cryptographic engine
# 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.89"
name = "arcanum-core"
version = "0.1.2"
authors = ["Daemoniorum Engineering <engineering@daemoniorum.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits, types, and primitives for the Arcanum cryptographic engine"
readme = false
keywords = [
    "cryptography",
    "traits",
    "core",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Daemoniorum-LLC/arcanum"
resolver = "2"

[features]
alloc = ["zeroize/alloc"]
default = [
    "std",
    "serde",
]
hazmat = []
serde = [
    "dep:serde",
    "secrecy/serde",
]
std = [
    "zeroize/std",
    "rand/std",
    "rand_core/std",
]

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

[dependencies.arrayvec]
version = "0.7"

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

[dependencies.base32ct]
version = "0.2"
features = ["alloc"]

[dependencies.base64ct]
version = "1.6"
features = [
    "std",
    "alloc",
]

[dependencies.bech32]
version = "0.11"

[dependencies.bitvec]
version = "1.0"

[dependencies.blake3]
version = "1.5"

[dependencies.bs58]
version = "0.5"

[dependencies.bytes]
version = "1.8"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.constant_time_eq]
version = "0.3"

[dependencies.generic-array]
version = "1.1"

[dependencies.getrandom]
version = "0.2"
features = ["std"]

[dependencies.hex]
version = "0.4"

[dependencies.lru]
version = "0.12"

[dependencies.multibase]
version = "0.9"

[dependencies.once_cell]
version = "1.20"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

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

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.smallvec]
version = "1.13"

[dependencies.subtle]
version = "2.6"

[dependencies.thiserror]
version = "2.0"

[dependencies.typenum]
version = "1.17"

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

[dependencies.zeroize]
version = "1.8"
features = [
    "derive",
    "aarch64",
]

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.rstest]
version = "0.23"