MinioK8sBuckets/Cargo.toml
Pierre Hubert 9145d48d69
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Update Rust crate tokio to 1.29.1' (#14) from renovate/tokio-1.x into master
Reviewed-on: #14
2023-07-04 16:43:49 +00:00

22 lines
626 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.19"
env_logger = "0.10.0"
anyhow = "1.0.71"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.97"
schemars = "0.8.12"
tokio = { version = "1.29.1", features = ["full"] }
kube = { version = "0.83.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27
futures = "0.3.28"
thiserror = "1.0.40"
rand = "0.8.5"
mktemp = "0.5.0"
reqwest = "0.11.18"