# 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" name = "vsp-router" version = "1.0.3" authors = ["Rob Donnelly"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create virtual serial ports, connect them to physical serial ports, and create routes between them all." readme = "README.md" keywords = [ "serial", "socat", "ttybus", "virtual", "router", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/rfdonnelly/vsp-router" [profile.dist] lto = "thin" inherits = "release" [profile.release] strip = true [lib] name = "vsp_router" path = "src/lib.rs" [[bin]] name = "vsp-router" path = "src/main.rs" [[test]] name = "cli-help" path = "tests/cli-help.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.camino] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.color-print] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-serial] version = "5" [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = ["io"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.snapbox] version = "0.4.0" features = ["cmd"]