# 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 = "osmflat" version = "0.3.1" authors = [ "boxdot ", "Christian Vetter ", "Gabriel FĂ©ron ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenStreetMap (OSM) data format providing an efficient random data access through memory mapped files." readme = "README.md" keywords = [ "serialization", "osm", "openstreetmap", "flatdata", ] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/boxdot/osmflat-rs" [lib] name = "osmflat" path = "src/lib.rs" [[example]] name = "cities" path = "examples/cities.rs" [[example]] name = "count" path = "examples/count.rs" [[example]] name = "debug" path = "examples/debug.rs" [[example]] name = "pub-names" path = "examples/pub-names.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "render-features" path = "examples/render-features.rs" [[example]] name = "render-roads" path = "examples/render-roads.rs" [[example]] name = "road-length" path = "examples/road-length.rs" [dependencies.flatdata] version = "0.5.3" [dev-dependencies.clap] version = "4.1.4" features = ["derive"] [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.png] version = "0.17.7" [dev-dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.91" [dev-dependencies.smallvec] version = "1.10.0" [dev-dependencies.svg] version = "0.17.0" [features] default = [] tar = ["flatdata/tar"]