[package] name = "webpack-q" version = "0.2.2" edition = "2021" repository = "https://github.com/kvnvelasco/webpack-stats" description = "Ask questions about webpack compilation statistics" readme = "../../README.md" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] meshed = { path = "../meshed", version = "0.2.0" } webpack-stats = { version = "0.2.0", path = "../webpack-stats", features = ['all'] } tracing = { version = "0.1", features = ['log'] } thiserror = "1" serde = "1" serde_json = "1"