# 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 = "osmio" version = "0.14.0" authors = ["Amanda McCann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read and write OpenStreetMap data files" readme = "README.md" keywords = [ "openstreetmap", "osm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/amandasaurus/osmio/" [lib] name = "osmio" path = "src/lib.rs" [[bin]] name = "osmio-changeset-tags-to-sqlite" path = "src/bin/osmio-changeset-tags-to-sqlite.rs" [[bin]] name = "osmio-osc-debug" path = "src/bin/osmio-osc-debug.rs" [[bin]] name = "osmio-pbf-read-speed" path = "src/bin/osmio-pbf-read-speed.rs" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.3.2" [dependencies.bzip2] version = "0.4" [dependencies.chrono] version = "0.4.31" [dependencies.derive_builder] version = "0.20" [dependencies.flate2] version = "1.0.12" [dependencies.iter-progress] version = "0.8.0" [dependencies.protobuf] version = "~2.8.1" features = ["with-bytes"] [dependencies.quick-xml] version = "0.33" [dependencies.rusqlite] version = "0.32" [dependencies.separator] version = "0.4.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.13.2" [dependencies.smol_str] version = "0.3.1" [dependencies.xml-rs] version = "0.8.0"