[package] name = "tidy-sys" description = "Raw FFI bindings to the Tidy C library" version = "0.8.2" homepage = "https://github.com/insomnimus/tidy-sys" repository = "https://github.com/insomnimus/tidy-sys" edition = "2021" license = "MIT" keywords = ["html", "html-formatter", "tidy"] categories = ["external-ffi-bindings"] [package.metadata.docs.rs] features = ["localization"] [features] default = [] # Enable multilanguage support localization = [] [dependencies] [build-dependencies] bindgen = "0.70.1" cmake = "0.1.51"