refractr/Cargo.toml

24 lines
518 B
TOML
Raw Permalink Normal View History

2025-02-11 23:32:28 -07:00
[package]
2025-02-15 22:11:08 -07:00
name = "refractr"
2025-03-16 19:23:47 -06:00
license = "MPL-2.0"
2025-03-20 22:04:25 -06:00
version = "0.5.1"
2025-02-11 23:32:28 -07:00
edition = "2021"
[dependencies]
2025-02-15 22:11:08 -07:00
clap = { version = "4.5.29", features = ["derive"] }
2025-03-16 14:48:31 -06:00
colored = "3.0.0"
ctrlc = "3.4.5"
git2 = { git = "https://github.com/brysonsteck/git2-rs", branch = "certificates" }
2025-03-03 21:10:31 -07:00
hex = "0.4.3"
2025-03-16 14:48:31 -06:00
quit = "2.0.0"
2025-02-15 22:11:08 -07:00
serde = "1.0.217"
serde_derive = "1.0.217"
2025-03-03 21:10:31 -07:00
sha2 = "0.10.8"
2025-02-15 22:11:08 -07:00
toml = "0.8.20"
2025-03-16 19:23:47 -06:00
2025-03-15 17:37:54 -06:00
[target.'cfg(target_family = "windows")'.dependencies]
2025-03-15 16:21:24 -06:00
username = "0.2.0"
2025-03-15 17:20:33 -06:00
[target.'cfg(target_family = "unix")'.dependencies]
2025-03-16 14:48:31 -06:00
users = "0.11.0"