snap-coin 11.2.2

The core library for developing and using Snap Coin
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 = "snap-coin"
version = "11.2.2"
authors = ["Ice"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core library for developing and using Snap Coin"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.bincode]
version = "2.0.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.ed25519-dalek]
version = "2.2.0"

[dependencies.flexi_logger]
version = "0.31.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.get_if_addrs]
version = "0.5.3"

[dependencies.log]
version = "0.4.29"

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

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rand]
version = "0.9.2"

[dependencies.randomx-rs]
version = "1.4.1"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sled]
version = "0.34.7"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "sync",
    "time",
    "io-util",
    "net",
    "macros",
]