# 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 = "klavier-core" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core library of klavier." homepage = "https://github.com/ruimo/klavier-core" documentation = "https://github.com/ruimo/klavier-core" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ruimo/klavier-core" [lib] name = "klavier_core" path = "src/lib.rs" [dependencies.bincode] version = "1" [dependencies.enumset] version = "1.1.3" features = ["serde"] [dependencies.error-stack] version = "0.4.1" [dependencies.gcd] version = "2.1.0" [dependencies.gcollections] version = "1" [dependencies.intervallum] version = "1" [dependencies.klavier-helper] version = "0.1.4" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.serdo] version = "0.1.5" features = ["persistence"] [dev-dependencies.tempfile] version = "3.3.0"