# 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.76" name = "openstack_tui" version = "0.9.1" authors = ["Artem Goncharov (gtema)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenStack Terminal User interface" homepage = "https://github.com/gtema/openstack" readme = "README.md" keywords = [ "tui", "openstack", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/gtema/openstack" [[bin]] name = "ostui" path = "src/main.rs" [dependencies.clap] version = "^4.5" features = [ "cargo", "color", "derive", "env", "cargo", "derive", "env", "wrap_help", "unicode", "string", "unstable-styles", ] [dependencies.color-eyre] version = "^0.6" features = [ "default", "issue-url", "track-caller", ] [dependencies.config] version = "^0.14" features = [ "json", "json5", "yaml", ] default-features = false [dependencies.crossterm] version = "^0.28" features = [ "serde", "event-stream", ] [dependencies.derive_deref] version = "^1.1" [dependencies.dirs] version = "^5.0" [dependencies.eyre] version = "^0.6" [dependencies.futures] version = "^0.3" [dependencies.itertools] version = "^0.13" [dependencies.json5] version = "^0.4" [dependencies.lazy_static] version = "^1.5" [dependencies.openstack_sdk] version = "^0.14" features = [ "async", "block_storage", "compute", "identity", "image", "network", ] default-features = false [dependencies.pretty_assertions] version = "^1.4" [dependencies.ratatui] version = "^0.29" features = [ "serde", "macros", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "^0.9" [dependencies.signal-hook] version = "^0.3" [dependencies.strip-ansi-escapes] version = "^0.2" [dependencies.structable_derive] version = "^0.1" [dependencies.strum] version = "^0.26" features = ["derive"] [dependencies.thiserror] version = "^2.0" [dependencies.tokio] version = "^1.41" features = [ "fs", "macros", "net", "sync", "rt-multi-thread", "io-std", "signal", ] [dependencies.tokio-util] version = "^0.7" features = [ "io", "compat", ] [dependencies.tracing] version = "^0.1" [dependencies.tracing-error] version = "^0.2" [dependencies.tracing-subscriber] version = "^0.3" features = [ "env-filter", "serde", ]