# 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-ng" version = "0.2.0" authors = ["Zizheng Guo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read and write VCD (Value Change Dump) files, the next generation." readme = "README.md" keywords = [ "vcd", "verilog", "eda", ] categories = [ "parser-implementations", "encoding", ] license = "MIT" [lib] name = "vcd_ng" path = "src/lib.rs" [[bin]] name = "vcd-reformat" path = "src/bin/vcd-reformat.rs" [dependencies.atoi_radix10] version = "0.0.1" [dependencies.bitvec] version = "1.0.1" [dependencies.compact_str] version = "0.7.1" [dependencies.linereader] version = "0.4.0"