# 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 = "refined-float" version = "0.2.0" authors = ["hhllhhyyds "] description = "Refined float with a subset of functions of std float" keywords = ["math"] license = "MIT" [[example]] name = "mandelbrot" [dependencies.approx] version = "0.5.1" optional = true [dependencies.libm] version = "0.2.8" optional = true [dev-dependencies.plotters] version = "0.3.5" [features] default = [ "std", "approx", ] std = []