# 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-veiwer" 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" readme = "README.md" keywords = ["vcd", "wave-viewer", "http", "broswer-based"] license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/zao111222333/wave-veiwer" resolver = "2" [dependencies.hashbrown] version = "0.12" [dependencies.nom] version = "7.1.0" [dependencies.ron] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features]