# 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 = "symparser" version = "1.0.0" authors = ["parser-implementations"] description = "Parser implementation of the SYM file format conceived by PEAK-System" homepage = "https://github.com/tsabelmann/symparser-rs" documentation = "https://docs.rs/symparser" readme = "README.md" keywords = ["sym", "peak", "can", "decode", "encode"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/tsabelmann/symparser-rs" resolver = "2" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [features] default = ["v6"] v5 = [] v6 = []