# 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 = "2018" name = "tokio-serial" version = "5.4.4" authors = ["Zac Berkowitz "] description = "A serial port implementation for tokio" homepage = "https://github.com/berkowski/tokio-serial" documentation = "http://docs.rs/tokio-serial" readme = "README.md" keywords = [ "rs232", "serial", "tokio", ] categories = [ "asynchronous", "hardware-support", ] license = "MIT" repository = "https://github.com/berkowski/tokio-serial" [package.metadata] msrv = "1.46.0" [[example]] name = "serial_println" path = "examples/serial_println.rs" required-features = [ "rt", "codec", ] [dependencies.bytes] version = "1" optional = true default-features = false [dependencies.cfg-if] version = "1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.mio-serial] version = "5.0.3" default-features = false [dependencies.tokio] version = "^1.8" features = ["net"] default-features = false [dependencies.tokio-util] version = "0.7" optional = true default-features = false [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.tokio] version = "^1.8" features = [ "macros", "rt", "process", "time", "fs", "io-util", ] default-features = false [features] codec = [ "tokio-util/codec", "bytes", ] default = [] libudev = ["mio-serial/libudev"] rt = ["tokio/rt-multi-thread"]