# 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 = "sv-parser-pp" version = "0.13.3" authors = ["dalance@gmail.com"] description = "Helper crate of sv-parser" readme = "README.md" keywords = [ "parser", "verilog", "systemverilog", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/dalance/sv-parser" [package.metadata.release] tag = false [lib] doctest = false [dependencies.nom] version = "7" [dependencies.nom-greedyerror] version = "0.5" [dependencies.sv-parser-error] version = "^0.13.3" [dependencies.sv-parser-parser] version = "^0.13.3" [dependencies.sv-parser-syntaxtree] version = "^0.13.3" [features] default = [] trace = ["sv-parser-parser/trace"]