concom 0.2.0

CLI for Conventional Commits, with Gitmoji support.
# 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 = "2024"
name = "concom"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Conventional Commits, with Gitmoji support."
homepage = "https://github.com/agarleanu/concom"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/agarleanu/concom"

[lib]
name = "concom"
path = "src/lib.rs"

[[bin]]
name = "concom"
path = "src/main.rs"

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4.44"

[dependencies.crossterm]
version = "0.29"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.inquire]
version = "0.9.4"
features = [
    "date",
    "editor",
    "macros",
    "crossterm",
]

[dependencies.inquire-derive]
version = "0.9.4"

[dependencies.unicode-truncate]
version = "2"
default-features = false

[build-dependencies.dotenvy]
version = "0.15"

[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.ureq]
version = "3"
features = ["native-tls"]

[profile.dist]
lto = "thin"
inherits = "release"