# 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 = "ella-cli" version = "0.1.5" authors = ["Dexter Duckworth "] description = "CLI tools for working with ella datastores." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CerebusOSS/ella" [[bin]] name = "ella" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.dialoguer] version = "0.10.4" features = ["history"] [dependencies.ella] version = "0.1.5" default-features = false [dependencies.futures] version = "0.3.28" [dependencies.mimalloc] version = "0.1.37" default-features = false [dependencies.shlex] version = "1.1.0" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"