# 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" rust-version = "1.65.0" name = "race-cli" version = "0.0.4" authors = ["RACE Foundation "] publish = true description = "Command line tools for RACE Protocol" homepage = "https://race-protocol.pages.dev" documentation = "https://docs.rs/race" readme = "README.md" keywords = ["blockchain"] license = "MPL-2.0" repository = "https://github.com/RACE-Game/race" [dependencies.anyhow] version = "1.0.64" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.jsonrpsee] version = "0.16.1" features = ["http-client"] [dependencies.prettytable-rs] version = "^0.10" [dependencies.race-core] version = ">= 0.0.3" [dependencies.race-env] version = ">= 0.0.4" [dependencies.race-transport] version = "0.0.4" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.shellexpand] version = "3.0.0" [dependencies.tokio] version = "1.27.0" features = ["full"]