# 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 = "keyberon" version = "0.1.1" authors = ["Guillaume Pinot ", "Robin Krahl "] description = "Parse command line argument by defining a struct." documentation = "https://docs.rs/keyberon" readme = "README.md" keywords = ["keyboard", "usb-device", "firmware"] categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/TeXitoi/keyberon" [dependencies.arraydeque] version = "0.4.5" default-features = false [dependencies.either] version = "1.5" default-features = false [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.generic-array] version = "0.13" [dependencies.heapless] version = "0.5" [dependencies.usb-device] version = "0.2.0"