teleop 0.3.0

Teleoperate Rust Processes
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 = "2021"
rust-version = "1.85.0"
name = "teleop"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Teleoperate Rust Processes"
documentation = "https://docs.rs/teleop"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/arnodb/teleop"

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

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[dependencies.async-signal]
version = "0.2"

[dependencies.async-stream]
version = "0.3"

[dependencies.capnp]
version = "0.25"

[dependencies.capnp-rpc]
version = "0.25"

[dependencies.futures]
version = "0.3"

[dependencies.smol]
version = "2"

[dev-dependencies.sluice]
version = "0.6"

[build-dependencies.capnpc]
version = "0.25"

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = ["signal"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]