# 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 = "makai_vcd_reader" version = "0.1.0" authors = ["David Gronlund"] description = "VCD file reader" readme = "README.md" keywords = [ "eda", "vcd", ] license = "MIT" repository = "https://github.com/dagronlund/makai_vcd_reader" resolver = "1" [dependencies.bytes] version = "1.1.0" [dependencies.crossbeam] version = "0.8.1" [dependencies.indiscriminant] version = "0.2.0" [dependencies.log] version = "0.4.0" [dependencies.logos] version = "0.12.0" [dependencies.makai] version = "0.1.0" [dependencies.makai_waveform_db] version = "0.1.0" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.colored] version = "2" [dev-dependencies.humansize] version = "2.0.0" [dev-dependencies.indicatif] version = "0.17.1" [dev-dependencies.simple_logger] version = "2.3.0" [dev-dependencies.tempfile] version = "3.2.0"