[package] name = "rsolace-sys" version = "0.1.8" edition = "2021" description = "Solace binding generated by bindgen" keywords = ["solace"] readme = "README.md" build = "build.rs" license = "GPL-3.0-only" categories = ["api-bindings"] repository = "https://github.com/Yvictor/rsolace" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.65.1" reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] } tar = "0.4.38" flate2 = "1.0.26"