tycho-control 0.3.6

Node control server.
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.89.0"
name = "tycho-control"
version = "0.3.6"
authors = ["Broxus Team"]
build = false
include = [
    "src/**/*.rs",
    "src/**/*.tl",
    "./LICENSE-*",
    "./README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node control server."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/broxus/tycho"
resolver = "2"

[features]
client = []
full = [
    "client",
    "server",
]
server = [
    "dep:arc-swap",
    "dep:parking_lot",
    "dep:tycho-block-util",
    "dep:tycho-core",
    "dep:tycho-crypto",
    "dep:tycho-network",
]

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

[dependencies.anyhow]
version = "1.0.79"

[dependencies.arc-swap]
version = "1.6.0"
optional = true

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

[dependencies.bytes]
version = "1.9.0"
features = ["serde"]

[dependencies.futures-util]
version = "0.3"

[dependencies.parking_lot]
version = "0.12.1"
optional = true

[dependencies.scopeguard]
version = "1.2"

[dependencies.serde]
version = "1.0"

[dependencies.tarpc]
version = "0.37"
features = [
    "tokio1",
    "serde1",
    "serde-transport",
    "serde-transport-bincode",
    "unix",
]

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tycho-block-util]
version = "0.3.6"
optional = true

[dependencies.tycho-core]
version = "0.3.6"
optional = true

[dependencies.tycho-crypto]
version = "0.4"
features = [
    "tl-proto",
    "serde",
    "rand9",
]
optional = true

[dependencies.tycho-network]
version = "0.3.6"
optional = true

[dependencies.tycho-types]
version = "0.3.2"
features = [
    "tycho",
    "stats",
]

[dependencies.tycho-util]
version = "0.3.6"