forgejo-cli/Cargo.toml
2024-06-24 19:35:54 -04:00

35 lines
951 B
TOML

[package]
name = "fj"
version = "0.0.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
update-check = ["dep:semver"]
[dependencies]
auth-git2 = "0.5.3"
base64ct = { version = "1.6.0", features = ["std"] }
clap = { version = "4.3.11", features = ["derive"] }
comrak = "0.24.1"
crossterm = "0.27.0"
directories = "5.0.1"
eyre = "0.6.8"
forgejo-api = "0.3.0"
futures = "0.3.28"
git2 = "0.17.2"
hyper = "1.3.1"
hyper-util = { version = "0.1.5", features = ["tokio", "server", "http1", "http2"] }
open = "5.0.0"
rand = "0.8.5"
semver = { version = "1.0.23", optional = true }
serde = { version = "1.0.170", features = ["derive"] }
serde_json = "1.0.100"
sha256 = "1.5.0"
soft_assert = "0.1.1"
time = { version = "0.3.30", features = ["formatting", "macros"] }
tokio = { version = "1.29.1", features = ["full"] }
url = "2.4.0"
uuid = { version = "1.5.0", features = ["v4"] }