[package] name = "cyclonedds-sys" version = "0.2.1" authors = ["Sojan James "] edition = "2018" links = "ddsc" build = "build.rs" description = "Rust bindings for cyclonedds autogenerated by bindgen" homepage = "https://github.com/sjames/cyclonedds-sys" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] shm = [] default = ["shm"] [build-dependencies] bindgen = "0.55.1" glob = "0.3" cc = "1.0" [dependencies] paste = "0.1" libc = "0.2" bitmask = "0.5"