# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "serial_frame" version = "0.3.0" authors = ["Kristoffer Ödmark "] description = "Sends byte chunks over a channel, split using given delimiter" readme = "README.md" license = "MIT" repository = "https://github.com/TotalKrill/serial_frame" [dependencies.crossbeam-channel] version = "0.3.9" [dependencies.derive_more] version = "0.99.2" [dependencies.log] version = "0.4" [dependencies.serialport] version = "3.3.0" default-features = false [dev-dependencies.simple_logger] version = "1.3"