# 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 = "gsdtool" version = "0.3.0" authors = ["Rahix "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI utility for PROFIBUS GSD files (Generic Station Descripions)" homepage = "https://github.com/rahix/profirust/tree/main/gsdtool" readme = "README.md" keywords = [ "profibus", "profibus-dp", "fieldbus", "siemens", ] categories = [ "command-line-utilities", "development-tools::build-utils", "science::robotics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rahix/profirust" [[bin]] name = "gsdtool" path = "src/main.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.console] version = "0.15.7" default-features = false [dependencies.dialoguer] version = "0.10.4" features = [ "editor", "fuzzy-select", ] default-features = false [dependencies.gsd-parser] version = "0.3.0" [dependencies.gumdrop] version = "0.8.1"