# 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" rust-version = "1.63" name = "kle-serial" version = "0.3.0" authors = ["Lucas Jansen"] exclude = [ ".github", ".pre-commit-config.yaml", "doc", ] description = "Rust deserialisation library for Keyboard Layout Editor JSON files" readme = "README.md" keywords = [ "keyboard", "keycap", "keyset", "layout", "KLE", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/staticintlucas/kle-serial-rs" [dependencies.csscolorparser] version = "0.6" features = ["named-colors"] [dependencies.num-traits] version = "0.2" [dependencies.rgb] version = "0.8" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.serde_json] version = "1.0"