zerodds-dcps-async 1.0.0-rc.1

Runtime-agnostic async wrappers around the ZeroDDS DCPS sync API (zerodds-async-1.0 spec): write/take Futures, SampleStream, DataAvailableStream, PublicationMatchedStream — kein Thread-Block, native Reader-Slot-Waker.
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-dcps-async"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-agnostic async wrappers around the ZeroDDS DCPS sync API (zerodds-async-1.0 spec): write/take Futures, SampleStream, DataAvailableStream, PublicationMatchedStream — kein Thread-Block, native Reader-Slot-Waker."
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-dcps-async"
readme = "README.md"
keywords = [
    "dds",
    "dcps",
    "async",
    "tokio",
    "stream",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zero-objects/zero-dds"
resolver = "2"

[features]
default = ["std"]
std = []
tokio-glue = ["dep:tokio"]

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

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

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

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

[[bench]]
name = "write_async_vs_sync"
path = "benches/write_async_vs_sync.rs"
harness = false

[dependencies.futures-core]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]
optional = true

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

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

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
]

[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