# 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 = "slang-rs" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the Slang Verilog parser" homepage = "https://github.com/xlsynth/slang-rs.git" documentation = "https://docs.rs/slang-rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/xlsynth/slang-rs.git" [lib] name = "slang_rs" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-traits] version = "0.2" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.regex] version = "1.10.6" [dependencies.serde_json] version = "1.0.128" [dependencies.tempfile] version = "3" [dependencies.which] version = "7.0.0"