# 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 = "sui-rust-operator" version = "0.1.10" authors = ["v1xingyue "] description = "sui operator implement with rust" homepage = "https://github.com/v1xingyue/sui-rust-operator" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/v1xingyue/sui-rust-operator.git" [dependencies.actix-web] version = "4.3.1" [dependencies.ansi_term] version = "0.12.1" [dependencies.base64] version = "0.21.2" [dependencies.blake2b_simd] version = "1.0.1" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.ed25519-dalek] version = "1" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.tokio] version = "1" features = ["full"]