scv-client 0.1.21

Local daemon discovery and management client for SCV
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.88"
name = "scv-client"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local daemon discovery and management client for SCV"
readme = false
license = "Apache-2.0"
repository = "https://github.com/PeiyuanQi/scv"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.dirs]
version = "6.0.0"

[dependencies.scv-protocol]
version = "=0.1.21"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]