refractr/Cargo.toml

23 lines
518 B
TOML

[package]
name = "refractr"
license = "MPL-2.0"
version = "0.5.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.29", features = ["derive"] }
colored = "3.0.0"
ctrlc = "3.4.5"
git2 = { git = "https://github.com/brysonsteck/git2-rs", branch = "certificates" }
hex = "0.4.3"
quit = "2.0.0"
serde = "1.0.217"
serde_derive = "1.0.217"
sha2 = "0.10.8"
toml = "0.8.20"
[target.'cfg(target_family = "windows")'.dependencies]
username = "0.2.0"
[target.'cfg(target_family = "unix")'.dependencies]
users = "0.11.0"