# 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 = "rosewood" version = "0.3.1" description = "A file-based RTree for geospatial data" documentation = "https://docs.rs/rosewood" readme = "README.md" keywords = [ "geo", "spatial", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DougLau/loam/rosewood" [dependencies.loam] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pointy] version = "0.6" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.fastrand] version = "2.0"