hb46pp 0.1.3

Client library for the HTTP-Based IPv4 over IPv6 Provisioning Protocol
Documentation
# 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 = "2024"
rust-version = "1.89"
name = "hb46pp"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for the HTTP-Based IPv4 over IPv6 Provisioning Protocol"
readme = "README.md"
keywords = [
    "hb46pp",
    "ipv6",
    "ipv4-over-ipv6",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/michalskalski/ipv4-over-ipv6"

[features]
client = []
default = ["default-client"]
default-client = [
    "default-resolver",
    "default-transport",
]
default-resolver = [
    "client",
    "dep:hickory-resolver",
]
default-transport = [
    "client",
    "dep:reqwest",
    "dep:tokio",
]

[lib]
name = "hb46pp"
path = "src/lib.rs"

[[test]]
name = "client_api"
path = "tests/client_api.rs"

[dependencies.hickory-resolver]
version = "0.26"
features = [
    "system-config",
    "tokio",
]
optional = true
default-features = false

[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
optional = true
default-features = false

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["net"]
optional = true

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "rt",
]