# 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 = "libdns" version = "0.1.1" authors = ["Lukas Schulte Pelkum "] description = "Abstracting and implementing DNS zone management for different providers" readme = "README.md" keywords = [ "dns", "zone", "abstract", ] categories = ["api-bindings"] license = "0BSD" repository = "https://github.com/lus/libdns-rs" [dependencies.reqwest] version = "0.12" features = [ "http2", "json", ] optional = true default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [features] default = ["default-tls"] default-tls = ["reqwest?/default-tls"] hetzner = [ "serde", "dep:reqwest", ] native-tls = ["reqwest?/native-tls"] native-tls-vendored = ["reqwest?/native-tls-vendored"] rustls-tls = ["reqwest?/rustls-tls"]