MinioK8sBuckets/Cargo.toml
Pierre HUBERT 5f538e6222
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Update Rust crate k8s-openapi to 0.23.0
2024-09-17 00:31:08 +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.82"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.115"
schemars = "0.8.17"
tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.90.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.23.0", features = ["v1_29"] }
futures = "0.3.30"
thiserror = "1.0.59"
rand = "0.8.5"
mktemp = "0.5.1"
reqwest = "0.12.3"