zerodds-security-runtime 1.0.0-rc.1

Security-Gate: Governance-driven RTPS-Submessage-Wrap/Unwrap, Peer-Capabilities-Cache, Built-in DataTagging, Anti-Squatter, Heterogeneous-Mesh-Gateway-Bridge.
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-security-runtime"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security-Gate: Governance-driven RTPS-Submessage-Wrap/Unwrap, Peer-Capabilities-Cache, Built-in DataTagging, Anti-Squatter, Heterogeneous-Mesh-Gateway-Bridge."
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-security-runtime"
readme = "README.md"
keywords = [
    "dds",
    "security",
    "runtime",
    "governance",
    "gate",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/zero-objects/zero-dds"
resolver = "2"

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

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

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

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

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

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

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

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

[dependencies.zerodds-qos]
version = "1.0.0-rc.1"

[dependencies.zerodds-rtps]
version = "1.0.0-rc.1"
features = ["alloc"]
default-features = false

[dependencies.zerodds-security]
version = "1.0.0-rc.1"

[dependencies.zerodds-security-crypto]
version = "1.0.0-rc.1"

[dependencies.zerodds-security-permissions]
version = "1.0.0-rc.1"

[dependencies.zerodds-security-pki]
version = "1.0.0-rc.1"

[dependencies.zerodds-security-rtps]
version = "1.0.0-rc.1"

[dev-dependencies.ring]
version = "0.17"

[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