# 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" rust-version = "1.82" name = "cdl-openapi" version = "0.1.4" authors = ["Ho Kim "] build = false include = [ "src/**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Connected Data Lake Framework" homepage = "https://github.com/ulagbulag/connected-data-lake" documentation = "https://docs.rs/cdl" readme = "README.md" keywords = [ "cdl", "data-lake", "kubernetes", ] license = "AGPL-3.0-or-later" repository = "https://github.com/ulagbulag/connected-data-lake" [package.metadata.docs.rs] features = ["k8s"] no-default-features = true [lib] name = "cdl_openapi" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.byte-unit] version = "5.1" [dependencies.cdl-k8s-core] version = "0.1.4" features = ["openapi"] default-features = false [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.k8s-openapi] version = "0.23" features = [ "schemars", "v1_30", ] [dependencies.kube] version = "0.96" features = ["derive"] optional = true default-features = false [dependencies.maplit] version = "1.0" [dependencies.ordered-float] version = "4.5" features = [ "bytemuck", "std", "schemars", "serde", ] default-features = false [dependencies.schemars] version = "0.8" features = [ "chrono", "derive", "preserve_order", "uuid1", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.strum] version = "0.26" features = ["derive"] [features] default = [] k8s = [ "dep:kube", "dep:serde_json", ] [lints.clippy] blocks_in_conditions = "allow"