# 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-analyzer" version = "0.13.3" authors = ["dalance@gmail.com"] build = false 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_analyzer" path = "src/lib.rs" [dependencies.bimap] version = "0.6.3" [dependencies.daggy] version = "0.8.0" [dependencies.itertools] version = "0.13.0" [dependencies.strnum_bitwidth] version = "0.1.2" [dependencies.thiserror] version = "1.0" [dependencies.veryl-metadata] version = "0.13.3" [dependencies.veryl-parser] version = "0.13.3" [dev-dependencies.toml] version = "0.8.19" [target.'cfg(not(target_family = "wasm"))'.dependencies.miette] version = "7.2" features = ["fancy"] [target.'cfg(target_family = "wasm")'.dependencies.miette] version = "7.2" features = ["fancy-no-syscall"]