# 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 = "mdbook-veryl" 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" [[bin]] name = "mdbook-veryl" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.line-col] version = "0.2.1" [dependencies.mdbook] version = "0.4.42" [dependencies.pulldown-cmark] version = "0.12.2" [dependencies.regex] version = "1.11.1" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde_json] version = "1.0" [dependencies.similar] version = "2.6.0" features = [ "text", "inline", ] [dependencies.toml] version = "0.8.19" [dependencies.veryl-analyzer] version = "0.13.3" [dependencies.veryl-formatter] version = "0.13.3" [dependencies.veryl-metadata] version = "0.13.3" [dependencies.veryl-parser] version = "0.13.3"