# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "c8-backup" version = "0.3.0" authors = ["Ole Schönburg "] description = "Backup and restore Camunda Platform 8 deployments" homepage = "https://github.com/oleschoenburg/c8-backup" readme = "README.md" license = "MIT" [profile.dist] lto = "thin" inherits = "release" [dependencies.chrono] version = "0.4.24" [dependencies.chrono-humanize] version = "0.2.2" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.hyper] version = "0.14" [dependencies.k8s-openapi] version = "0.18" features = ["v1_26"] [dependencies.kube] version = "0.82" features = [ "client", "runtime", "ws", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.tracing-tree] version = "0.2"