drogue-tls 0.6.0

TLS 1.3 client with no_std support and no allocator
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 = "2018"
name = "drogue-tls"
version = "0.6.0"
authors = [
    "Bob McWhirter <bmcwhirt@redhat.com>",
    "Ulf Lilleengen <lulf@redhat.com>",
]
exclude = [".github"]
description = "TLS 1.3 client with no_std support and no allocator"
homepage = "https://drogue.io"
documentation = "https://docs.rs/drogue-tls"
readme = "README.md"
keywords = [
    "embedded",
    "async",
    "tls",
    "no_std",
    "network",
]
license = "Apache-2.0"
repository = "https://github.com/drogue-iot/drogue-tls"

[dependencies.aes-gcm]
version = "0.8.0"
features = ["aes"]
default-features = false

[dependencies.defmt]
version = "0.3"
optional = true

[dependencies.digest]
version = "0.9.0"
default-features = false

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.generic-array]
version = "0.14"
default-features = false

[dependencies.heapless]
version = "0.7"
features = ["defmt-impl"]
default-features = false

[dependencies.hkdf]
version = "0.10.0"

[dependencies.hmac]
version = "0.10.1"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.p256]
version = "0.10"
features = [
    "ecdh",
    "arithmetic",
]
default-features = false

[dependencies.rand_core]
version = "0.6.3"
default-features = false

[dependencies.sha2]
version = "0.9.3"
default-features = false

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

[dependencies.typenum]
version = "1.13.0"
default-features = false

[dependencies.webpki]
version = "0.21.4"
optional = true
default-features = false

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.mio]
version = "0.7"
features = [
    "os-poll",
    "tcp",
]

[dev-dependencies.pem-parser]
version = "0.1.1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rustls]
version = "0.19.1"

[dev-dependencies.rustls-pemfile]
version = "0.2.1"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.7"
features = ["full"]

[features]
async = []
default = [
    "std",
    "async",
    "tokio",
    "log",
]
std = []