[package]
edition = "2024"
rust-version = "1.88"
name = "zerodds-security-rtps"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure-Submessage-Wrapper (SEC_PREFIX/SEC_BODY/SEC_POSTFIX) + RTPS-Header-AAD-Codec (SRTPS_PREFIX/SRTPS_POSTFIX) fuer DDS-Security 1.1 §7.3.6 + §9.5."
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-security-rtps"
readme = "README.md"
keywords = [
"dds",
"security",
"rtps",
"submessage",
"aad",
]
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_rtps"
path = "src/lib.rs"
[dependencies.zerodds-security]
version = "1.0.0-rc.1"
[dev-dependencies]
[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