# 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 = "z-serial" version = "0.3.1" authors = ["gabrik "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zenoh Serial Framing" homepage = "http://zenoh.io" readme = "README.md" categories = ["network-programming"] license = " EPL-2.0 OR Apache-2.0" repository = "https://github.com/ZettaScaleLabs/z-serial" [lib] name = "z_serial" path = "src/lib.rs" [[example]] name = "serial-echo" path = "examples/serial-echo.rs" [[test]] name = "crc" path = "tests/crc.rs" [dependencies.cobs] version = "0.2" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.17.0" features = [ "io-util", "time", "fs", ] [dependencies.tokio-serial] version = "5.4.1" [dev-dependencies.clap] version = "3.1" features = ["derive"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.17.0" features = ["full"]