# 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.76.0" name = "verbleiber" version = "0.5.0" authors = ["Jochen Kupperschmidt"] build = 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/lanresort/verbleiber" [[bin]] name = "verbleiber" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.11" features = [ "derive", "error-context", "help", "std", "usage", ] default-features = false [dependencies.evdev] version = "0.12.2" [dependencies.flume] version = "0.11.0" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.nanorand] version = "0.7.0" [dependencies.rodio] version = "0.19.0" features = ["vorbis"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_logger] version = "5.0.0" [dependencies.toml] version = "0.8.17" [dependencies.ureq] version = "2.10.0" features = ["json"]