# 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 = "dg_xch_cli" version = "2.0.3" authors = ["James Hoerr"] description = "CLI Utilities for the Chia Blockchain" homepage = "https://github.com/GalactechsLLC/dg_xch_utils" license = "Apache-2.0" repository = "https://github.com/GalactechsLLC/dg_xch_utils" [lib] name = "dg_xch_cli" path = "src/lib.rs" [[bin]] name = "dg_xch_cli" path = "src/main.rs" [dependencies.async-trait] version = "0.1.77" [dependencies.bip39] version = "2.0.0" features = ["rand"] [dependencies.blst] version = "0.3.11" features = ["portable"] [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.dashmap] version = "5.5.3" [dependencies.dg_xch_clients] version = "2.0.3" [dependencies.dg_xch_core] version = "2.0.3" default-features = false [dependencies.dg_xch_keys] version = "2.0.3" [dependencies.dg_xch_pos] version = "2.0.3" [dependencies.dg_xch_puzzles] version = "2.0.3" [dependencies.dg_xch_serialize] version = "2.0.3" [dependencies.dialoguer] version = "0.11.0" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.num-traits] version = "0.2.18" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.1" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.simple_logger] version = "4.3.3" [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "sync", "signal", "macros", "process", "time", "fs", "net", ]