[package] name = "mish" version = "0.2.1" authors = ["Shing Tak Lam "] description = "A proof of concept Rust libm like implementation with almost full coverage of libm" homepage = "https://github.com/shingtaklam1324/mish" repository = "https://github.com/shingtaklam1324/mish" license = "MIT" categories = ["no-std", "science", "embedded"] keywords = ["libm", "no-std", "mathematics"] readme = "README.md" [dependencies] [dev-dependencies] quickcheck = "0.6.2"