# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "visualizer-cli" version = "0.1.3" authors = ["Henning Dieterichs "] include = ["**/*.rs", "Cargo.toml", "web/dist/bundle.zip", "docs/**/*"] description = "Shows a visualization of supported values in a new window." license = "MIT" repository = "https://github.com/hediet/rust-visualizer/" [dependencies.async-std] version = "1.9.0" [dependencies.async-trait] version = "0.1.48" [dependencies.futures] version = "0.3.13" [dependencies.jsonrpc-core] version = "17.0.0" [dependencies.jsonrpc-core-client] version = "17.0.0" [dependencies.jsonrpc-derive] version = "17.0.0" [dependencies.jsonrpc-stdio-server] version = "17.0.0" [dependencies.serde] version = "1.0.125" [dependencies.serde_json] version = "1.0.64" features = ["raw_value"] [dependencies.structopt] version = "0.3.21" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.url] version = "2.2.1" [dependencies.wry] version = "0.6" [dependencies.zip] version = "0.5.11"