[package] name = "clockkit-sys" version = "0.1.1" authors = ["Fabian Dreer "] edition = "2021" # links = "clockkit" license = "MIT" repository = "https://github.com/Infrasonics/rust-clockkit-sys" description = "Low level bindings for the `clockkit` distributed timestamp service" readme = "README.md" keywords = ["timestamp", "network"] categories = ["external-ffi-bindings", "date-and-time"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = { version = "0.59.1", features = ["runtime"], optional = true } cc = "1.0" [dependencies] [features] default = [] make_bindings = ["bindgen"] update_bindings = ["make_bindings"] build_server = [] [profile.release] lto = "fat" opt-level = "s"