zerodds-bridge-security 1.0.0-rc.1

Gemeinsamer Security-Layer für ZeroDDS Bridge-Daemons (ws/mqtt/coap/amqp/grpc/corba): §7.1 TLS (rustls), §7.2 Auth-Modes (none/bearer/jwt/mtls/sasl), §7.3 ACL pro Topic.
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"
rust-version = "1.88"
name = "zerodds-bridge-security"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gemeinsamer Security-Layer für ZeroDDS Bridge-Daemons (ws/mqtt/coap/amqp/grpc/corba): §7.1 TLS (rustls), §7.2 Auth-Modes (none/bearer/jwt/mtls/sasl), §7.3 ACL pro Topic."
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-bridge-security"
readme = "README.md"
keywords = [
    "dds",
    "tls",
    "auth",
    "acl",
    "bridge",
]
categories = [
    "network-programming",
    "authentication",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/zero-objects/zero-dds"
resolver = "2"

[features]
default = ["std"]
std = []

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

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

[dependencies.base64]
version = "0.22"
features = ["std"]
default-features = false

[dependencies.ring]
version = "0.17"

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

[dependencies.rustls-pemfile]
version = "2"

[dependencies.rustls-pki-types]
version = "1.11"
features = [
    "std",
    "alloc",
]
default-features = false

[dev-dependencies.rcgen]
version = "0.13"

[lints.clippy]
dbg_macro = "deny"
doc_overindented_list_items = "allow"
expect_used = "deny"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1