# 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 = "2021" name = "dust_dds" version = "0.11.0" authors = [ "Joao Rebelo ", "Stefan Kimmer ", "Pierre Martinet ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data Distribution Service (DDS) implementation" homepage = "https://s2e-systems.com/products/dust-dds" readme = "README.md" keywords = [ "dds", "rtps", "middleware", "network", "udp", ] categories = [ "api-bindings", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/s2e-systems/dust-dds" [lib] name = "dust_dds" path = "src/lib.rs" [[example]] name = "best_effort_publisher" path = "examples/best_effort_publisher.rs" [[example]] name = "best_effort_subscriber" path = "examples/best_effort_subscriber.rs" [[example]] name = "configuration" path = "examples/configuration.rs" [[example]] name = "hello_world_publisher" path = "examples/hello_world_publisher.rs" [[example]] name = "hello_world_subscriber" path = "examples/hello_world_subscriber.rs" [[example]] name = "tokio_runtime" path = "examples/tokio_runtime.rs" [[example]] name = "tracing" path = "examples/tracing.rs" [[test]] name = "data_writer_api" path = "tests/data_writer_api.rs" [[test]] name = "discovery" path = "tests/discovery.rs" [[test]] name = "domain_participant_api" path = "tests/domain_participant_api.rs" [[test]] name = "domain_participant_factory" path = "tests/domain_participant_factory.rs" [[test]] name = "domain_participant_factory_qos" path = "tests/domain_participant_factory_qos.rs" [[test]] name = "listener_and_wait_set" path = "tests/listener_and_wait_set.rs" [[test]] name = "listeners" path = "tests/listeners.rs" [[test]] name = "publisher_api" path = "tests/publisher_api.rs" [[test]] name = "reliability_tests" path = "tests/reliability_tests.rs" [[test]] name = "subscriber_api" path = "tests/subscriber_api.rs" [[test]] name = "tokio_runtime" path = "tests/tokio_runtime.rs" [[test]] name = "wait_sets" path = "tests/wait_sets.rs" [[test]] name = "write_read_samples" path = "tests/write_read_samples.rs" [[test]] name = "write_read_special_types" path = "tests/write_read_special_types.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.dust_dds_derive] version = "0.11" [dependencies.fnmatch-regex] version = "0.2.0" [dependencies.md5] version = "0.7.0" [dependencies.network-interface] version = "1.1.1" [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3"