# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "georender-pack" version = "2.1.1" authors = ["Karissa McKelvey "] description = "Pack osm data into a buffer based on the peermaps buffer schema" homepage = "https://github.com/peermaps/georender-pack.rs" documentation = "https://docs.rs/georender-pack" readme = "README.md" keywords = ["osm", "peermaps", "p2p", "decentralized", "maps"] license = "MIT OR Apache-2.0" repository = "https://github.com/peermaps/georender-pack.rs" [[example]] name = "osmpbf" path = "example/osmpbf/main.rs" required-features = [] [dependencies.desert] version = "1.0.3" [dependencies.earcutr] version = "0.1.1" [dependencies.failure] version = "0.1.8" [dependencies.hex] version = "0.4.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.osm-is-area] version = "1.0.0" [dependencies.regex] version = "1" [dev-dependencies.osmpbf] version = "0.1" [dev-dependencies.pretty_assertions] version = "0.7.1"