# 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 = "net-serial-console" version = "0.3.7" authors = ["Sami J. Mäkinen "] description = "Serial console tcp server/multiplexer and web client" readme = "README.md" keywords = ["serial", "console", "multiplex"] license = "MIT OR Apache-2.0" repository = "https://github.com/sjm42/net-serial-console-rs" resolver = "2" [profile.release] opt-level = 3 lto = true [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1.1" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.9" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4" [dependencies.sailfish] version = "0.4" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.17" features = ["full"] [dependencies.tokio-serial] version = "5.4" [dependencies.tokio-util] version = "0.7" features = ["full"] [build-dependencies.build-data] version = "0.1"