mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
Bumps [colored](https://github.com/mackwic/colored) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
774 B
TOML
31 lines
774 B
TOML
[package]
|
|
name = "pay-respects-module-request-ai"
|
|
version = "0.1.8"
|
|
edition = "2021"
|
|
|
|
description = "AI request module for the pay-respects CLI tool"
|
|
homepage = "https://codeberg.org/iff/pay-respects"
|
|
repository = "https://github.com/iffse/pay-respects"
|
|
license = "AGPL-3.0-or-later"
|
|
include = ["**/*.rs"]
|
|
|
|
[dependencies]
|
|
colored = "3"
|
|
sys-locale = "0.3"
|
|
rust-i18n = "3"
|
|
serde_json = { version = "1.0" }
|
|
serde = { version = "1.0", features = ["derive"]}
|
|
textwrap = "0.16"
|
|
terminal_size = "0.4"
|
|
|
|
curl = { version = "0.4", optional = true }
|
|
|
|
[features]
|
|
default = ["libcurl"]
|
|
# linking to libcurl dynamically requires openssl when compiling and
|
|
# complicates cross compilation
|
|
libcurl = ["dep:curl"]
|
|
|
|
[[bin]]
|
|
name = "_pay-respects-fallback-100-request-ai"
|
|
path = "src/main.rs"
|