# 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" name = "dtui" version = "2.0.0" authors = ["Troels Hoffmeyer "] exclude = [ ".github/*", "images/*", ] default-run = "dtui" description = "dBus TUI for introspecting your current dbus session/system" readme = "README.md" keywords = [ "tui", "dbus", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Troels51/dtui" [dependencies.async-recursion] version = "1.1.1" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.itertools] version = "0.11.0" [dependencies.ratatui] version = "0.26.2" features = ["macros"] [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-journald] version = "0.3.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", "fmt", ] [dependencies.tui-tree-widget] version = "0.19" [dependencies.zbus] version = "4.2" features = ["tokio"] default-features = false [dependencies.zbus_xml] version = "4.0.0"