[package] name = "dfp-number-sys" version = "0.1.0" authors = ["Dariusz Depta "] description = "Rust bindings for IntelĀ® Decimal Floating-Point Math Library" documentation = "https://docs.rs/dfp-number-sys" repository = "https://github.com/wisbery/dfp-number-sys.git" keywords = ["decimal", "floating", "point", "arithmetic"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" edition = "2021" [dependencies] libc = "0.2.153" [build-dependencies] cc = "1.0.90"