snap-coin-node 16.0.0

A simple CLI for hosting a Snap Coin node
# 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-node"
version = "16.0.0"
authors = ["Ice"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple CLI for hosting a Snap Coin node"
readme = "README.md"
license = "MIT OR Apache-2.0"

[[bin]]
name = "snap-coin-node"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bincode]
version = "2.0.1"

[dependencies.clap]
version = "4.5.59"
features = ["derive"]

[dependencies.console-subscriber]
version = "0.5.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4.29"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.snap-coin]
version = "=16.0.0"
features = [
    "full",
    "full-node",
]

[dependencies.tokio]
version = "1.48.0"
features = [
    "full",
    "tracing",
]

[dependencies.tracing-subscriber]
version = "0.3.22"