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 = "nuvo"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Talk with client"
readme = "README.md"
license = "LGPL-3.0-only"

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

[[test]]
name = "channel_test"
path = "tests/channel_test.rs"

[dependencies.rand]
version = "0.8.5"

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

[dev-dependencies.tokio-test]
version = "0.4"