# 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] name = "angular-units" version = "0.2.4" authors = ["Tyler Reisinger "] description = "A library for representing, manipulating and converting between angular quantities in various units through a type-safe interace." homepage = "https://github.com/tylerreisinger/rust-angular-units" documentation = "https://docs.rs/angular-units/" readme = "README.md" keywords = ["angle", "angular", "units", "mathematics", "geometry"] categories = ["science"] license = "MIT" repository = "https://github.com/tylerreisinger/rust-angular-units" [dependencies.approx] version = "^0.3" optional = true [dependencies.num-traits] version = "^0.2" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dev-dependencies.serde_test] version = "1.0" [features] default = ["approx"] [badges.travis-ci] repository = "tylerreisinger/rust-angular-units"