# 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 = "locodrive" version = "0.1.2" authors = [ "Fabius Mettner ", "Niklas Elsbrock ", ] description = """ A model railroad connection handler to read message from and write messages to serial port. """ homepage = "https://github.com/juhu1705/locodrive" documentation = "https://juhu1705.github.io/locodrive/doc/locodrive" readme = "README.md" keywords = [ "model", "railroad", ] categories = [ "parsing", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/juhu1705/locodrive" [dependencies.bytes] version = "1.2.1" optional = true [dependencies.tokio] version = "1.21.1" features = [ "rt", "rt-multi-thread", "io-util", "macros", "sync", "time", ] optional = true [dependencies.tokio-serial] version = "5.4.1" optional = true [dependencies.tokio-util] version = "0.7.4" features = ["codec"] optional = true [features] all = ["control"] control = [ "tokio", "tokio-serial", "tokio-util", "bytes", ]