# 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.70" name = "keyset" version = "0.3.2" authors = ["Lucas Jansen"] description = "A Rust tool to create pretty keyset layout diagrams using correct fonts and icons." readme = "README.md" keywords = [ "keyboard", "keycap", "keyset", "layout", "diagram", ] categories = [ "command-line-utilities", "graphics", "multimedia::images", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/staticintlucas/keyset-rs" [package.metadata.docs.rs] all-features = true [dependencies.color] version = "0.3.2" package = "keyset-color" [dependencies.drawing] version = "0.3.2" features = [ "pdf", "png", "svg", ] package = "keyset-drawing" [dependencies.font] version = "0.3.2" package = "keyset-font" [dependencies.key] version = "0.3.2" features = ["kle"] package = "keyset-key" [dependencies.profile] version = "0.3.2" features = ["toml"] package = "keyset-profile" [dev-dependencies.fontdb] version = "0.16"