# 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 = "axgeom" version = "1.13.2" authors = ["Ken Reed "] description = "Library that provides ability to extract 1d ranges out of 2d objects." readme = "readme.md" keywords = [ "geometry", "axis", ] license = "MIT" repository = "https://github.com/tiby312/axgeom" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.partial-min-max] version = "0.4.0" [dependencies.roots] version = "0.0.6" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [features] default = [ "std", "serde", ] std = [ "num-traits/std", "roots", ]