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