# 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.56.0" name = "store-cli" version = "0.9.0" authors = ["Dr. Maxim Orlovsky "] build = "build.rs" description = "Storage daemon command-line interface" readme = "README.md" keywords = [ "daemon", "sled", "database", ] categories = [ "database", "command-line-utilities", ] license = "MIT" [[bin]] name = "store-cli" path = "src/main.rs" [dependencies.amplify] version = "3.13.0" [dependencies.clap] version = "~3.2.23" features = [ "derive", "env", ] [dependencies.colored] version = "2" [dependencies.internet2] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.microservices] version = "0.9.0" features = ["cli"] default-features = false [dependencies.shellexpand] version = "2.1" [dependencies.store_rpc] version = "0.9.0" [dependencies.storm-core] version = "0.9.0" [build-dependencies.amplify] version = "3.13.0" [build-dependencies.clap] version = "~3.2.23" features = [ "derive", "env", ] [build-dependencies.clap_complete] version = "~3.2.5" [build-dependencies.configure_me_codegen] version = "0.4" [build-dependencies.internet2] version = "0.9.0" [build-dependencies.store_rpc] version = "0.9.0" [build-dependencies.storm-core] version = "0.9.0"