# 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 = "ross-configurator" version = "1.6.0" authors = ["Linas Nikiperavičius "] description = "Configurator for the Rusty Old Smart System" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/linasdev/ross-configurator" [lib] name = "ross_configurator" path = "src/lib.rs" [[bin]] name = "ross_configurator" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.parse_int] version = "0.5.0" [dependencies.ross-config] version = "2.27.0" [dependencies.ross-dsl] version = "2.22.0" [dependencies.ross-protocol] version = "2.6.0" features = ["std"] [dependencies.serialport] version = "4.0.1"