# 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 = "scanner-soundboard" version = "0.2.0" authors = ["Jochen Kupperschmidt"] description = "Trigger sounds via RFID tags or barcodes" homepage = "https://homework.nwsnet.de/releases/9b23/#scanner-soundboard" readme = "README.md" keywords = [ "audio", "barcode", "rfid", ] categories = [ "command-line-utilities", "multimedia::audio", ] license = "MIT" repository = "https://github.com/homeworkprod/scanner-soundboard" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1.18" features = [ "derive", "std", ] default-features = false [dependencies.evdev] version = "0.11.4" [dependencies.rodio] version = "0.15" features = [ "mp3", "vorbis", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5.9"