# 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" rust-version = "1.60.0" name = "osmnodecache" version = "0.8.4" authors = ["Yuri Astrakhan "] description = "Flat file OSM node cache to store (latitude,longitude) pairs as indexed entries" readme = "README.md" keywords = [ "osm", "cache", ] categories = [ "caching", "science::geo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nyurik/osm-node-cache" [dependencies.bincode] version = "1" [dependencies.dashmap] version = "5" features = ["serde"] [dependencies.memmap2] version = "0.9" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.osmpbf] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1"