[package] name = "tibrv-sys" version = "0.6.0" authors = ["Richard Bradfield "] links = "tibrv" build = "build.rs" repository = "https://github.com/bradfier/tibrv-rs" license = "MIT/Apache-2.0" description = "Native bindings to the TIBCO Rendezvous C library." [lib] name = "tibrv_sys" path = "src/lib.rs" [dependencies] chrono = "0.4" [build-dependencies] bindgen = "0.53.1" [features] tibrv_8_2 = [] tibrv_8_3 = ["tibrv_8_2"] tibrv_8_4 = ["tibrv_8_3"]