saddle 0.1.2

Async seat managment made easy
Documentation
# 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 = "2024"
name = "saddle"
version = "0.1.2"
authors = ["Matilde Morrone <contact@morrone.dev>"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
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.rustix]
version = "1.1.2"
features = ["fs"]

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.47.1"
features = ["signal"]

[dependencies.tokio-stream]
version = "0.1.17"
default-features = false

[dependencies.tracing]
version = "0.1.41"

[dependencies.zbus]
version = "5.11.0"
features = ["tokio"]
default-features = false

[dev-dependencies.anyhow]
version = "1.0.99"

[dev-dependencies.colpetto]
version = "0.6.0"
features = [
    "tokio",
    "helper",
    "tracing",
]

[dev-dependencies.input-linux-sys]
version = "0.9.0"

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "tracing-log",
]