# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nikisas" version = "0.1.0" authors = ["Petr Nevyhoštěný"] description = "An implementation of common mathematical functions with focus on speed and simplicity of implementation at the cost of precision, with support for `no_std` environments." homepage = "https://crates.io/crates/nikisas" documentation = "https://crates.io/crates/nikisas" readme = "README.md" keywords = ["math", "functions", "approximation"] license = "MIT" repository = "https://github.com/pnevyk/nikisas" [dependencies] [dev-dependencies.proptest] version = "0.10.1"