# 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 = "osm_pbf2json" version = "0.2.2" authors = ["magnus kulke "] description = "A parser/filter/processor for OSM protobuf bundles" homepage = "https://github.com/mkulke/osm-pbf2json" readme = "Readme.md" keywords = ["osm", "openstreetmap", "geo", "pbf"] categories = ["command-line-utilities", "encoding", "parsing", "science"] license = "MIT" repository = "https://github.com/mkulke/osm-pbf2json" [lib] name = "osm_pbf2json" path = "src/lib/mod.rs" [[bin]] name = "osm_pbf2json" path = "src/main.rs" test = false [[bench]] name = "osm" harness = false [dependencies.geo] version = "0.14" [dependencies.geo-types] version = "0.6" [dependencies.itertools] version = "0.9" [dependencies.osm_boundaries_utils] version = "0.7" [dependencies.osmpbfreader] version = "0.14" [dependencies.petgraph] version = "0.5" [dependencies.rand] version = "0.7" [dependencies.rayon] version = "1.3" [dependencies.rstar] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smartstring] version = "0.2" [dependencies.structopt] version = "0.3" [dev-dependencies.approx] version = "0.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.geojson] version = "0.19"