# 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 = "2018" name = "mutils" version = "12.5.0" authors = ["josephlenton@gmail.com "] description = "Mathematical-like utilities. Points, Sizes, Colours, maths operating on them. Things like that." license = "MIT" repository = "https://github.com/JosephLenton/mutils" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.11" default-features = false [dependencies.rand] version = "0.8.0" features = ["small_rng"] default-features = false [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.testcat] version = "2.0.1"