# 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 = "external-dns-sdk" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types and utilities for interacting with the External-DNS Webhook API both as server and client." readme = "README.md" keywords = [ "external-dns", "webhook", "api", ] license = "MIT" repository = "https://github.com/kubi-zone/external-dns-sdk" [lib] name = "external_dns_sdk" path = "src/lib.rs" [[test]] name = "e2e" path = "tests/e2e.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.axum] version = "0.7.5" features = ["json"] optional = true [dependencies.kubizone-common] version = "0.14.5" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "json", ] optional = true default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["signal"] optional = true [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.5.2" optional = true [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] client = [ "dep:reqwest", "dep:url", ] default = [ "client", "provider", ] provider = [ "dep:axum", "dep:tokio", ]