MinioK8sBuckets/Cargo.toml
Pierre Hubert 58b02237c2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate reqwest to 0.12.2
2024-03-26 00:26:06 +00:00

23 lines
602 B
TOML

[package]
name = "minio-operator"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.21"
env_logger = "0.11.3"
anyhow = "1.0.81"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
schemars = "0.8.16"
tokio = { version = "1.36.0", features = ["full"] }
kube = { version = "0.88.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.1", features = ["v1_29"] }
futures = "0.3.30"
thiserror = "1.0.58"
rand = "0.8.5"
mktemp = "0.5.1"
reqwest = "0.12.2"