amadeus-utils 1.3.6

Utility library for the Amadeus blockchain including cryptography, serialization, and data persistence
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 = "amadeus-utils"
version = "1.3.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility library for the Amadeus blockchain including cryptography, serialization, and data persistence"
readme = "README.md"
keywords = [
    "blockchain",
    "cryptography",
    "amadeus",
    "bls",
    "database",
]
categories = [
    "cryptography",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/amadeusprotocol/rs_node"

[features]
default = []
rayon = ["blake3/rayon"]
system-metrics = ["dep:sysinfo"]

[lib]
name = "amadeus_utils"
path = "src/lib.rs"
doctest = false

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

[dependencies.bincode]
version = "=2.0.1"
features = ["derive"]

[dependencies.bitvec]
version = "1.0.1"

[dependencies.blake3]
version = "1.8.2"

[dependencies.bls12_381]
version = "0.8.0"

[dependencies.blst]
version = "0.3.16"

[dependencies.bs58]
version = "0.5.1"

[dependencies.eetf]
version = "0.11.0"

[dependencies.flate2]
version = "1.1.4"
features = ["zlib"]

[dependencies.group]
version = "0.13.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.reed-solomon-simd]
version = "3.0.1"

[dependencies.rust-librocksdb-sys]
version = "0.39"

[dependencies.rust-rocksdb]
version = "0.43"
features = [
    "zstd",
    "zstd-static-linking-only",
    "multi-threaded-cf",
]
default-features = false

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sysinfo]
version = "0.37.2"
optional = true

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tracing]
version = "0.1.41"
features = [
    "std",
    "attributes",
]
default-features = false

[dev-dependencies.jemallocator]
version = "0.5.4"