[[bin]]
name = "code2prompt"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.80"
[dependencies.arboard]
version = "3.4.0"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.code2prompt_core]
version = "3.2.0"
[dependencies.colored]
version = "2.1.0"
[dependencies.env_logger]
version = "0.11.3"
[dependencies.indicatif]
version = "0.17.8"
[dependencies.inquire]
version = "0.7.1"
[dependencies.log]
version = "0.4"
[dependencies.num-format]
features = ["with-system-locale"]
version = "0.4.4"
[dependencies.serde_json]
version = "1.0.114"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.env_logger]
version = "0.11.3"
[dev-dependencies.git2]
default-features = false
features = ["https", "vendored-libgit2", "vendored-openssl"]
version = "0.18.2"
[dev-dependencies.predicates]
version = "2.0"
[dev-dependencies.tempfile]
version = "3.3"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Command-line interface for code2prompt"
edition = "2021"
license = "MIT"
name = "code2prompt"
readme = false
repository = "https://github.com/mufeedvh/code2prompt"
version = "3.0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi"]
version = "0.3.9"
[[test]]
name = "clipboard_test"
path = "tests/clipboard_test.rs"
[[test]]
name = "git_integration_test"
path = "tests/git_integration_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "template_integration_test"
path = "tests/template_integration_test.rs"