# 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 = "veryl-parser" version = "0.13.3" authors = ["dalance@gmail.com"] build = false exclude = ["build.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "A modern hardware description language" readme = "README.md" keywords = [ "parser", "verilog", "systemverilog", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/veryl-lang/veryl" [lib] name = "veryl_parser" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bimap] version = "0.6.3" [dependencies.once_cell] version = "1.20" [dependencies.parol_runtime] version = "1.0" features = ["auto_generation"] [dependencies.paste] version = "1.0" [dependencies.regex] version = "1.11.1" [dependencies.thiserror] version = "1.0" [build-dependencies.parol] version = "1.0" [build-dependencies.parol_runtime] version = "1.0" features = ["auto_generation"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.miette] version = "7.2" features = ["fancy"] [target.'cfg(target_arch = "wasm32")'.dependencies.miette] version = "7.2" features = ["fancy-no-syscall"]