btp 0.0.2

A rust library of, a lightweight protocol, Blog Transfer 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"
name = "btp"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust library of, a lightweight protocol, Blog Transfer Protocol."
documentation = "https://docs.rs/btp"
readme = "README.md"
keywords = [
    "protocol",
    "lightweight",
    "TLS",
    "blog",
]
license-file = "LICENSE"
repository = "https://git.cnegasuy.me/CnegAsuy/btp-rust"

[features]
full = ["tls"]
tls = [
    "rustls",
    "tokio-rustls",
]

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

[dependencies.rustls]
version = "0.23.40"
optional = true

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26.4"
optional = true