[package] name = "wave-veiwer" version = "0.1.3" edition = "2021" license = "GPL-2.0-or-later WITH Bison-exception-2.2" authors = ["Junzhuo "] description = "A efficient web-based wave viewer API" keywords = ["vcd", "wave-viewer", "http", "broswer-based"] readme = "README.md" repository = "https://github.com/zao111222333/wave-veiwer" include = [ "CHANGELOG.md", "LICENSE", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", # "doc/nom_recipes.md", # "build.rs" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] # alloc = [] # std = ["alloc", "memchr/std", "minimal-lexical/std"] # default = ["std"] # docsrs = [] [dependencies] # Parser # hashbrown = { version = "0.12", features = ["serde"] } hashbrown = { version = "0.12"} nom = "7.1.0" # Deserialize & Serialize serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" ron = "0.7" # TCL