# 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 = "radian" version = "0.1.2" authors = ["Liam Gallagher "] build = false exclude = [ ".github", "flake.*", ] autobins = false autoexamples = false autotests = false autobenches = false description = " A normalized angle type " readme = "README.md" keywords = [ "math", "angles", "trigonometry", "no_std", ] categories = [ "no-std", "no-std::no-alloc", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LiamGallagher737/radian" [lib] name = "radian" path = "src/lib.rs" [dependencies.libm] version = "0.2" optional = true [dependencies.ufloat] version = "0.1" optional = true [dependencies.ufmt] version = "0.2" optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.proptest] version = "1.5.0" [features] default = [ "std", "ufmt", ] libm = ["dep:libm"] std = [] ufmt = [ "dep:ufmt", "dep:ufloat", ]