# 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 = "coordinates" version = "0.3.0" description = "Simple, no nonsense, library for using two and three dimensonal coordinates in several systems." categories = [ "graphics", "mathematics", "science", ] license = "MIT-0 OR 0BSD" repository = "https://github.com/luke-magnusson/coordinates.rs" resolver = "2" [dependencies.num-traits] version = "0.2" [dependencies.roots] version = "0.0.7" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.assert_float_eq] version = "1.1.3" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.rand] version = "0.8.5" [features] serde = ["dep:serde"]