# 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 = "p50x" version = "0.1.0" authors = ["MarkAtk"] description = "P50X protocol communication library and command-line utility" readme = "README.md" keywords = ["p50x", "serial", "command-line-utility", "development-tools"] license = "MIT" repository = "https://github.com/markatk/p50x-rs.git" [lib] name = "p50x" path = "src/lib/lib.rs" [[bin]] name = "p50x" required-features = ["binary"] [dependencies.clap] version = "2.33.1" optional = true [dependencies.safe-transmute] version = "0.10.1" [dependencies.serial-unit-testing] version = "0.2.3" default-features = false [features] binary = ["clap"] default = ["binary"] [badges.travis-ci] repository = "markatk/p50x-rs"