# 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 = "junction-api" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ The Junction API """ homepage = "https://junctionlabs.io" readme = "README.md" categories = [ "api-bindings", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/junction-labs/junction-client" [lib] name = "junction_api" path = "src/lib.rs" [dependencies.gateway-api] version = "0.14.0" optional = true [dependencies.http] version = "1.1" [dependencies.junction-typeinfo] version = "0.1.0" optional = true [dependencies.k8s-openapi] version = "0.23" optional = true [dependencies.kube] version = "0.96" optional = true [dependencies.once_cell] version = "1.19" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.xds-api] version = "0.1" optional = true default-features = false [dev-dependencies.arbitrary] version = "1.3" [dev-dependencies.arbtest] version = "0.3" [dev-dependencies.serde_yml] version = "0.0.12" [features] default = [] kube = ["kube_v1_29"] kube_v1_29 = [ "dep:kube", "dep:gateway-api", "dep:gateway-api", "k8s-openapi/v1_29", ] kube_v1_30 = [ "dep:kube", "dep:gateway-api", "dep:gateway-api", "k8s-openapi/v1_30", ] kube_v1_31 = [ "dep:kube", "dep:gateway-api", "dep:gateway-api", "k8s-openapi/v1_31", ] typeinfo = ["dep:junction-typeinfo"] xds = ["dep:xds-api"]