# 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 = "kbpwrd" version = "0.1.9" description = "A daemon for managing the pinephone keyboard case battery" homepage = "https://github.com/estokes/pinephone-kbpwrd" readme = "README.md" keywords = [ "pinephone", "keyboard", "case", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/estokes/pinephone-kbpwrd" resolver = "2" [profile.release] opt-level = 3 lto = true [dependencies.anyhow] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "fs", "time", "macros", ]