# 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-path" 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_path" path = "src/lib.rs" [dependencies.directories] version = "5.0" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2.5.0" [target.'cfg(not(target_family = "wasm"))'.dependencies.fs4] version = "0.11.1" features = ["sync"] [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"]