# 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 = "rs-coco" version = "0.0.1" authors = ["Lucas Colombo "] description = "🥥 coco » an interactive cli for creating conventional commits." homepage = "https://github.com/lucas-labs/coco" documentation = "https://docs.rs/rs-coco" readme = "README.md" keywords = [ "cli", "conventional-commits", "git", "commit", "conventional", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", "config", ] license-file = "LICENSE" repository = "https://github.com/lucas-labs/coco" [package.metadata.i18n] available-locales = [ "en", "es", ] default-locale = "en" load-path = "locales" minify-key = true minify-key-len = 4 minify-key-thresh = 4 [profile.dist] opt-level = "z" lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false inherits = "release" strip = "symbols" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false strip = "symbols" [lib] name = "coco" path = "src/lib/lib.rs" [[bin]] name = "coco" path = "src/bin/main.rs" [dependencies.dirs] version = "5.0.1" [dependencies.eyre] version = "0.6.12" features = ["auto-install"] default-features = false [dependencies.indoc] version = "2.0.5" [dependencies.matetui] version = "0.3.4" [dependencies.pico-args] version = "0.5.0" [dependencies.rust-i18n] version = "3.1.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.sys-locale] version = "0.3.1" [dependencies.tokio] version = "1.40.0" features = [ "tokio-macros", "macros", "rt-multi-thread", "sync", "time", ] [dependencies.tokio-util] version = "0.7.12" [dependencies.unicode-width] version = "0.2.0"