osmx 0.3.0

Rust port of OSMExpress - a fast database file format for OpenStreetMap
Documentation
# 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.3.0"
authors = ["Jake Low <hello@jakelow.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "osmx"
path = "src/lib.rs"

[[example]]
name = "bbox_wkt"
path = "examples/bbox_wkt.rs"

[[example]]
name = "show_element"
path = "examples/show_element.rs"

[[example]]
name = "way_wkt"
path = "examples/way_wkt.rs"

[dependencies.capnp]
version = "0.20.3"

[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"