# 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.0" name = "bach-cli" version = "0.3.0" authors = ["Corin Hoad"] include = [ "/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE", ] description = "A tool to search .XCompose files" homepage = "https://gitlab.com/lunik1/bach" readme = "README.md" keywords = [ "compose", "xcompose", "emoji", "unicode", "x11", ] categories = ["command-line-utilities"] license = "BSD-2-Clause-Patent" repository = "https://gitlab.com/lunik1/bach" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" incremental = false strip = true [[bin]] name = "bach" path = "src/main.rs" [dependencies.ariadne] version = "0.2.0" [dependencies.chumsky] version = "0.9.2" [dependencies.home] version = "0.5.4" [dependencies.lexopt] version = "0.3.0" [dependencies.maplit] version = "1.0.2" [dependencies.once_cell] version = "1.17.1" [dependencies.owo-colors] version = "3.5.0" [dependencies.proc-exit] version = "2.0.1" [dependencies.thiserror] version = "1.0.40" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.unicode-width] version = "0.1.10" [dependencies.unicode_names2] version = "0.6.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.const_format] version = "0.2.30" [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.regex] version = "1.7.3" [dev-dependencies.temp-env] version = "0.3.3" [dev-dependencies.walkdir] version = "2.3.3"