[package] name = "dust_dds" version = "0.11.0" authors = [ "Joao Rebelo ", "Stefan Kimmer ", "Pierre Martinet ", ] license = "Apache-2.0" edition = "2021" readme = "README.md" description = "Data Distribution Service (DDS) implementation" homepage = "https://s2e-systems.com/products/dust-dds" repository = "https://github.com/s2e-systems/dust-dds" keywords = ["dds", "rtps", "middleware", "network", "udp"] categories = ["api-bindings", "network-programming"] [dependencies] dust_dds_derive = { version = "0.11", path = "../dds_derive" } md5 = "0.7.0" # Chose this crate over other possibilities since it doesn't have any other dependencies socket2 = { version = "0.5", features = ["all"] } network-interface = "1.1.1" fnmatch-regex = "0.2.0" tracing = "0.1" [dev-dependencies] tokio = { version = "1", features = ["rt", "macros"] } criterion = { version = "0.3", features = ["html_reports"] } tracing-subscriber = "0.3" [[bench]] name = "benchmark" harness = false