# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "remote_serial" version = "1.0.9" authors = ["Kabir "] exclude = ["python", "Xargo.toml"] description = "remote connect to serial" readme = "README.md" keywords = ["tokio", "remote", "serial", "usb", "cross"] categories = ["command-line-utilities", "network-programming"] license = "MIT" repository = "https://github.com/zhp-rs/remote_serial" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.bytes] version = "0.5.4" [dependencies.crossterm] version = "0.18.2" features = ["event-stream"] [dependencies.futures] version = "0.3.8" [dependencies.local_ipaddress] version = "0.1.3" [dependencies.structopt] version = "0.3.21" [dependencies.tokio] version = "0.2.1" features = ["fs", "net", "macros"] [dependencies.tokio-serial] version = "4.3.3" default-features = false [dependencies.tokio-util] version = "0.3.1" features = ["codec"]