[package] name = "f128_internal" version = "0.2.2" authors = ["Joshua Karns "] # build = "build.rs" license = "MIT" description = "Internal bindings to the gcc quadmath library" repository = "https://github.com/jkarns275/f128" [dependencies] num-traits = "0.2.6" libc = "0.2" [build-dependencies] cc = "1.0"