verbleiber 0.10.0

Log organizer whereabouts on events via RFID tags and buttons
# 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"
rust-version = "1.95.0"
name = "verbleiber"
version = "0.10.0"
authors = ["Jochen Kupperschmidt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Log organizer whereabouts on events via RFID tags and buttons"
readme = "README.md"
keywords = [
    "presence",
    "rfid",
]
license = "MIT"
repository = "https://github.com/byceps/verbleiber"

[[bin]]
name = "verbleiber"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bimap]
version = "0.6.3"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "error-context",
    "help",
    "std",
    "usage",
]
default-features = false

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.evdev]
version = "0.13.2"

[dependencies.fastrand]
version = "2.4.1"

[dependencies.flume]
version = "0.12.0"

[dependencies.log]
version = "0.4.29"
features = ["std"]

[dependencies.rodio]
version = "0.21.1"
features = [
    "playback",
    "vorbis",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.simple_logger]
version = "5.2.0"

[dependencies.toml]
version = "1.1.2"

[dependencies.ureq]
version = "3.3.0"
features = ["json"]

[profile.release]
strip = true