# 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 = "osmx" version = "0.2.0" authors = ["Jake Low "] description = "Rust port of OSMExpress - a fast database file format for OpenStreetMap" homepage = "https://github.com/jake-low/osmx-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jake-low/osmx-rs" [dependencies.capnp] version = "0.19.2" [dependencies.genawaiter] version = "0.99.1" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lmdb] version = "0.8.0" [dependencies.lmdb-sys] version = "0.8.0" [dependencies.roaring] version = "0.10.3" [dependencies.s2] version = "0.0.12" [dev-dependencies.rayon] version = "1.9.0" [build-dependencies.capnpc] version = "0.19.0"