# 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 = "tokio_serial_pacing" version = "0.1.1" description = "A pacing wrapper for SerialStream to ensure silence between Read & Write operations" readme = "README.md" license = "MIT" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1.36.0" features = ["time"] [dependencies.tokio-serial] version = "5.4.4" [dev-dependencies.serialport] version = "4.3.0" default-features = false [dev-dependencies.tokio] version = "1.36.0" features = [ "time", "macros", "rt", "io-util", ]