orbit-rustls 0.4.0

Fleet-shared rustls state over Orbit shared memory.
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 = "orbit-rustls"
version = "0.4.0"
authors = ["ilker Arabaci <iarabaci@claviron.dev>"]
build = false
exclude = [
    "ARCHITECTURE.md",
    "*.local.md",
    "FINDINGS.md",
    "VISION.md",
    "Dockerfile",
    "Justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fleet-shared rustls state over Orbit shared memory."
readme = "README.md"
keywords = [
    "rustls",
    "tls",
    "shm",
    "fleet",
    "orbit",
]
categories = [
    "concurrency",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iadev09/orbitive"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["rustls_0_23"]
rustls_0_23 = ["dep:rustls_0_23"]
rustls_0_24 = ["dep:rustls_0_24"]

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

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

[dependencies.orbit-core]
version = "0.4.0"
default-features = false

[dependencies.rustls_0_23]
version = "0.23"
features = ["std"]
optional = true
default-features = false
package = "rustls"

[dependencies.rustls_0_24]
version = "0.24.0-dev.1"
optional = true
default-features = false
package = "rustls"

[dependencies.tracing]
version = "0.1.44"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dev-dependencies.nix]
version = "0.31"
features = [
    "process",
    "signal",
    "user",
    "fs",
]