errand 0.1.2

Async small-web (smolweb) transport: gemini, gopher, finger, spartan, nex, guppy, and titan in one scheme-routed fetch, plus titan-upload and misfin-send write companions. Bytes in, bytes out, no HTTP, host-agnostic.
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 = "2021"
rust-version = "1.74"
name = "errand"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async small-web (smolweb) transport: gemini, gopher, finger, spartan, nex, guppy, and titan in one scheme-routed fetch, plus titan-upload and misfin-send write companions. Bytes in, bytes out, no HTTP, host-agnostic."
readme = "README.md"
keywords = [
    "gemini",
    "gopher",
    "smolweb",
    "nex",
    "guppy",
]
categories = ["network-programming"]
license = "MPL-2.0"
repository = "https://github.com/mark-ik/errand"

[features]
default = []

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

[dependencies.guppy-protocol]
version = "0.1"

[dependencies.misfin]
version = "0.0.3"
features = [
    "client",
    "ring",
]
default-features = false

[dependencies.nex-protocol]
version = "0.1"

[dependencies.quick-xml]
version = "0.39"

[dependencies.ring]
version = "0.17"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.spartan-protocol]
version = "0.1"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "time",
]
default-features = false

[dependencies.tokio-rustls]
version = "0.26"
features = [
    "ring",
    "tls12",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

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