# 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.61" name = "kibank" version = "1.1.2" authors = ["Sheldon Young "] publish = true description = "Tool for Kilohearts banks" homepage = "https://github.com/softdevca/kibank" documentation = "https://docs.rs/kibank" readme = "README.md" keywords = [ "cli", "audio", "synth", "presets", ] license = "Apache-2.0" repository = "https://github.com/softdev.ca/kibank" [package.metadata.docs.rs] no-default-features = true [dependencies.anyhow] version = "1.0" optional = true [dependencies.byteorder] version = "1.5" [dependencies.clap] version = "4.5" features = [ "std", "cargo", "color", "env", "suggestions", "wrap_help", ] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.os_str_bytes] version = "6.6" features = ["conversions"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12" [dependencies.walkdir] version = "2.4" optional = true [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.1" [dev-dependencies.predicates] version = "3.1" [features] application = [ "anyhow", "clap", "os_str_bytes", "walkdir", ] default = ["application"]