# 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 = "2018" name = "cyclonedds-rs" version = "0.6.5" authors = ["Sojan James "] description = "Safe Rust bindings for cyclonedds" homepage = "https://github.com/sjames/cyclonedds-rs" readme = "README.md" license-file = "LICENSE" [dependencies.cdr] version = "0.2.4" [dependencies.cyclonedds-sys] version = "0.2" [dependencies.murmur3] version = "0.5.1" [dependencies.rc-box] version = "1.2" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.cdds_derive] version = "0.1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["shm"] shm = []