# 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 = "wave-insight-lib" version = "0.1.3" authors = ["Junzhuo "] include = ["CHANGELOG.md", "LICENSE", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs"] description = "A efficient web-based wave viewer API" homepage = "https://wave-insight.io" documentation = "https://docs.rs/crate/wave-insight-lib/latest" readme = "README.md" keywords = ["VCD-Parser", "Waveform-Viewer", "Broswer-Based", "lib"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/Wave-Insight/lib" resolver = "2" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] [dependencies.bincode] version = "2.0.0-rc.1" features = ["serde"] [dependencies.hashbrown] version = "0.12.0" [dependencies.nom] version = "7.1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0" [features] default = []