# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "special" version = "0.11.2" authors = [ "Abhishek Chanda ", "Albert Pang ", "Baxter Eaves ", "Christian Amsüss ", "Ivan Ukhov ", "Johanna Sörngård ", "Robert Bamler ", "Rúnar Berg Baugsson Sigríðarson ", "zolkko ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The package provides special functions." homepage = "https://github.com/stainless-steel/special" documentation = "https://docs.rs/special" readme = "README.md" keywords = [ "beta", "error", "lambert-w", "gamma", ] categories = [ "algorithms", "no-std::no-alloc", "science", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/stainless-steel/special" [lib] name = "special" path = "src/lib.rs" [[bench]] name = "beta" path = "benches/beta.rs" [[bench]] name = "gamma" path = "benches/gamma.rs" [dependencies.lambert_w] version = "0.5.4" features = [ "24bits", "50bits", ] default-features = false [dependencies.libm] version = "0.2" [dev-dependencies.assert] version = "0.7" [dev-dependencies.random] version = "0.12" [features] default = ["no_std"] no_std = ["lambert_w/libm"] std = ["lambert_w/std"]