# 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 = "vls-cli" version = "0.12.0" authors = ["Lakshya Singh "] description = "A CLI for interacting with the vlsd2 JSON-RPC API" license = "Apache-2.0" [[bin]] name = "vls-cli" path = "src/main.rs" [[test]] name = "rpc_server_system_test" path = "tests/rpc_server_system_test.rs" required-features = ["system-test"] [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.clap_complete] version = "3.2.0" [dependencies.http] version = "0.2.9" [dependencies.jsonrpsee] version = "0.21.0" features = [ "http-client", "client-core", ] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.27" features = ["macros"] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3" [dependencies.vls-proxy] version = "0.12.0" [dev-dependencies.tempfile] version = "3" [features] system-test = []