trifid/tfclient/Cargo.toml

20 lines
604 B
TOML
Raw Normal View History

2023-02-02 23:38:39 +00:00
[package]
name = "tfclient"
version = "0.1.0"
edition = "2021"
2023-03-20 15:20:39 +00:00
description = "An open-source reimplementation of a Defined Networking-compatible client"
2023-02-02 23:38:39 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-03-20 15:20:39 +00:00
clap = { version = "4.1.10", features = ["derive"] }
trifid-pki = { version = "0.1.5", path = "../trifid-pki" }
2023-03-20 15:20:39 +00:00
[build-dependencies]
serde = { version = "1.0.157", features = ["derive"] }
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
flate2 = "1.0.25"
tar = "0.4.38"
hex = "0.4.3"
tempfile = "3.4.0"
sha2 = "0.10.6"