# 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 = "saddle" version = "0.0.2" authors = ["Federico Maria Morrone "] build = false include = [ "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Async seat managment made easy" documentation = "https://docs.rs/saddle" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/verdiwm/saddle" [lib] name = "saddle" path = "src/lib.rs" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.reconciler] version = "0.0.2" [dependencies.zbus] version = "4.4.0" features = ["tokio"] default-features = false [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.colpetto] version = "0.0.3" [dev-dependencies.crossbeam] version = "0.8.4" [dev-dependencies.rustix] version = "0.38.34" features = [ "process", "fs", ] [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-stream] version = "0.1.15" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "tracing-log", ]