# 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 = "ring360" version = "0.2.14" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple wrapper type for 64-bit floats representing degrees around a circle. It has operator overloads for addition and subtraction, calculates the shortest angles and implements the core trigonometric functions." readme = "README.md" categories = ["mathematics"] license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/neilg63/ring360" [lib] name = "ring360" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies]