# 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 = "vcd_parser" version = "0.2.2" authors = ["shaozheqing <707005020@qq.com>"] include = [ "**/*.rs", "*.toml", "*.pest", "LICENSE", "README.md", ] description = "iEDA vcd parser" readme = "README.md" license-file = "LICENSE" [lib] name = "vcd_parser" [dependencies.pest] version = "2.6" [dependencies.pest_derive] version = "2.6" [dependencies.threadpool] version = "1.8.1" [build-dependencies.cbindgen] version = "0.26"