# 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 = "remotefs-kube" version = "0.4.0" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "remotefs implementation for kube" documentation = "https://docs.rs/remotefs-kube" readme = "README.md" keywords = [ "kube-client", "kube", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/remotefs-rs/remotefs-rs-kube" [lib] name = "remotefs_kube" path = "src/lib.rs" [dependencies.chrono] version = "^0.4" [dependencies.futures-util] version = "0.3" [dependencies.k8s-openapi] version = "0.22" features = ["v1_30"] [dependencies.kube] version = "0.92" features = [ "client", "config", "ws", ] [dependencies.lazy-regex] version = "3" [dependencies.log] version = "^0.4" [dependencies.remotefs] version = "^0.3" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "1" features = [ "fs", "rt", ] [dependencies.tokio-util] version = "0.7" [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.k8s-openapi] version = "0.22" features = ["v1_30"] [dev-dependencies.kube] version = "0.92" features = [ "client", "config", "runtime", "ws", ] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "^0.8.4" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serial_test] version = "^3" [features] default = ["find"] find = ["remotefs/find"] integration-tests = [] no-log = ["log/max_level_off"] [target.'cfg(target_os = "windows")'.dependencies.path-slash] version = "^0.2.1"