# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "keyboard-layouts" version = "0.3.0" authors = ["chris ricketts "] exclude = [".gitignore"] description = "Keyboard layout keymaps with an API to generate HID packets" readme = "README.md" keywords = ["keyboard", "layouts", "hid"] license = "MIT OR Apache-2.0" repository = "https://github.com/Chris-Ricketts/keyboard-layouts" [[bin]] name = "kbsim" path = "src/kbsim.rs" [dependencies.bytes] version = "0.4" [dependencies.gen_layouts_sys] version = "0.3.0" [dependencies.log] version = "0.4.5" [dependencies.structopt] version = "0.2" [dev-dependencies.bytes] version = "0.4" [dev-dependencies.futures] version = "0.1.15" [dev-dependencies.lazy_static] version = "1.2.0" [dev-dependencies.maplit] version = "1.0.1" [dev-dependencies.pretty_assertions] version = "0.5.1" [dev-dependencies.tokio-core] version = "0.1.9" [dev-dependencies.tokio-linux-uhid] version = "0.3.0"