# 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 = "keynergy" version = "0.2.7" authors = ["semilin"] description = "An efficient and extensible layout analysis library" readme = "README.md" keywords = [ "optimization", "keyboards", "analysis", ] license = "GPL-3.0-or-later" repository = "https://github.com/keynergy/keynergy" [package.metadata.docs.rs] features = ["analysis"] [[example]] name = "analysis" required-features = ["analysis"] [[bench]] name = "analysis" harness = false [dependencies.ketos] version = "0.11" optional = true [dependencies.ketos_derive] version = "0.12" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dev-dependencies.criterion] version = "0.3.5" [features] analysis = [ "ketos", "ketos_derive", ]