[package] name = "f128" version = "0.2.9" authors = ["Joshua Karns "] license = "MIT" description = "Bindings to the gcc quadmath library" repository = "https://github.com/jkarns275/f128" [dependencies] num-traits = "0.2.6" libc = "0.2" f128_internal = { path = "f128_internal", version = "0.2.2" } f128_input = { path = "f128_input", version = "0.2.1" }