# 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 = "2018" name = "fisco-bcos-cli" version = "0.4.0" authors = ["Tom.Huang "] description = "FISCO BCOS CLI in Rust." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/atomic-world/fisco-bcos-rust-sdk" [[bin]] name = "fisco-bcos-cli" path = "src/main.rs" [dependencies.fancy-regex] version = "0.7.1" [dependencies.fisco-bcos-service] version = ">=0.4, <1" [dependencies.futures] version = "0.3" [dependencies.home] version = "0.5.3" [dependencies.rustyline] version = "8.2.0" [dependencies.tokio] version = "1" features = ["full"]