zerodds-record 1.0.0-rc.1

ZeroDDS Recorder-CLI — schreibt zddsrec-Captures von DDS-Topics; liest Header/Frames für Inspect.
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-record"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZeroDDS Recorder-CLI — schreibt zddsrec-Captures von DDS-Topics; liest Header/Frames für Inspect."
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-record"
readme = "README.md"
keywords = [
    "dds",
    "record",
    "capture",
    "zddsrec",
    "cli",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/zero-objects/zero-dds"
resolver = "2"

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

[[bin]]
name = "zerodds-record"
path = "src/main.rs"

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

[dependencies.libc]
version = "0.2"
default-features = false

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

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

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

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

[dependencies.zerodds-types]
version = "1.0.0-rc.1"
features = ["std"]
default-features = false

[dev-dependencies.tempfile]
version = "3"

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

[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