# 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 = "stool" version = "0.0.1" authors = ["Federico Maria Morrone "] include = [ "src/**/*.rs", "README.md", "LICENSE", ] description = "Async seat manager" documentation = "https://docs.rs/stool" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/verdiwm/stool" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.reconciler] version = "0.0.2" [dependencies.zbus] version = "4.3.1" features = ["tokio"] default-features = false [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.rustix] version = "0.38.34" features = ["process"] [dev-dependencies.tokio] version = "1.38.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "tracing-log", ]