# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "integer_angles" version = "0.2.0" authors = ["Jordan Bray "] description = "Do math with angles, but represent them as integers to avoid using floats." documentation = "https://docs.rs/integer_angles/" license = "MIT" repository = "https://github.com/jordanbray/angles/" [[bench]] name = "asin" harness = false [[bench]] name = "acos" harness = false [[bench]] name = "atan" harness = false [[bench]] name = "sin" harness = false [[bench]] name = "cos" harness = false [[bench]] name = "tan" harness = false [dependencies.nalgebra] version = "0.20.0" [dependencies.quickcheck] version = "0.9.1" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.quickcheck_macros] version = "0.9.1"