[package] name = "cvt" version = "0.1.2" authors = ["Marcin Mielniczuk "] edition = "2018" license = "Apache-2.0" description = "Expose the cvt function from Rust libstd." repository = "https://github.com/marmistrz/cvt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cfg-if = "1.0"