pimalaya-stream 0.0.1

Stream, TLS and SASL utils for Pimalaya
# 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.87"
name = "pimalaya-stream"
version = "0.0.1"
authors = ["soywod <clement.douin@posteo.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stream, TLS and SASL utils for Pimalaya"
homepage = "https://pimalaya.org"
documentation = "https://docs.rs/pimalaya-stream/latest/pimalaya_stream"
readme = "README.md"
keywords = [
    "pimalaya",
    "stream",
    "tls",
    "sasl",
    "tcp",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pimalaya/stream"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["rustls-ring"]
native-tls = [
    "std",
    "dep:native-tls",
]
rustls-aws = [
    "std",
    "dep:rustls",
    "dep:rustls-platform-verifier",
    "rustls/aws-lc-rs",
]
rustls-ring = [
    "std",
    "dep:rustls",
    "dep:rustls-platform-verifier",
    "rustls/ring",
]
std = ["dep:uds_windows"]
vendored = ["native-tls?/vendored"]

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

[dependencies.anyhow]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.2"
optional = true

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

[dependencies.rustls-platform-verifier]
version = "0.7"
optional = true

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.url]
version = "2.2"
default-features = false

[target."cfg(windows)".dependencies.uds_windows]
version = "1"
optional = true