# 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 = "near-validator" version = "0.1.4" authors = [ "FroVolod ", "frol ", "Near Inc ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "near-validator is your human-friendly companion that helps to interact with NEAR Validators from command line." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/near-cli-rs/near-validator-cli-rs" [package.metadata.wix] eula = false license = false path-guid = "A985F448-11E8-41B9-A8A4-F23CCD7ECC5C" upgrade-guid = "C5573F8E-07D3-4504-8A6D-F77C90CB42C3" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "near-validator" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.inquire] version = "0.7" [dependencies.interactive-clap] version = "0.3" [dependencies.interactive-clap-derive] version = "0.3" [dependencies.near-cli-rs] version = "0.14.1" default-features = false [dependencies.near-crypto] version = "0.24" [dependencies.near-jsonrpc-client] version = "0.11" [dependencies.near-jsonrpc-primitives] version = "0.24" [dependencies.near-primitives] version = "0.24" [dependencies.num-rational] version = "0.3.2" [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.shell-words] version = "1.0.0" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.tokio] version = "1.0" features = ["rt-multi-thread"]