# 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 = "2018" name = "distrs" version = "0.2.2" authors = ["Andrew Kane "] description = "PDF, CDF, and percent-point/quantile functions for the normal and Student’s t distributions" readme = "README.md" license = "Unlicense OR MIT" repository = "https://github.com/ankane/dist-rust" [lib] doctest = false [dependencies.libm] version = "0.2" optional = true [features] no_std = ["libm"]