# 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 = "gsd-parser" version = "0.3.0" authors = ["Rahix "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for PROFIBUS GSD files (Generic Station Description)" homepage = "https://github.com/rahix/profirust/tree/main/gsd-parser" readme = "README.md" keywords = [ "profibus", "profibus-dp", "fieldbus", "siemens", "parser", ] categories = [ "parser-implementations", "science::robotics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rahix/profirust" [lib] name = "gsd_parser" path = "src/lib.rs" [[test]] name = "parser_panic" path = "tests/parser_panic.rs" [[test]] name = "regress" path = "tests/regress.rs" [dependencies.bitflags] version = "2.4.0" [dependencies.pest] version = "2.5.2" [dependencies.pest_derive] version = "2.5.2" [dev-dependencies.insta] version = "1.24.1" [dev-dependencies.rstest] version = "0.18.2" default-features = false