# 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 = "geometry-rs" version = "0.2.1" description = "geometry utils" homepage = "http://github.com/ringsaturn/geometry-rs" documentation = "https://docs.rs/geometry-rs/latest/geometry_rs/" readme = "README.md" keywords = ["geometry"] license-file = "LICENSE" repository = "http://github.com/ringsaturn/geometry-rs" [dependencies.float_next_after] version = "1.0.0" [dependencies.rtree_rs] version = "0.1.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"