# 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 = "clackit" version = "0.1.0" authors = ["Sachin Beniwal "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust cli tool make a normal keyboard to sound like a mechanical keyboard" readme = "README.md" keywords = [ "keyboard", "mechanical", "cli", "sound", ] license = "MIT" [lib] name = "clackit" path = "src/lib.rs" [[bin]] name = "clackit" path = "src/main.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.flume] version = "0.11.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.155" [dependencies.once_cell] version = "1.19.0" [dependencies.rdev] version = "0.5.3" [dependencies.rodio_wav_fix] version = "0.15.0" [dependencies.serde_json] version = "1.0.120"