osmio 0.16.0

Read and write OpenStreetMap data files
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 = "2024"
name = "osmio"
version = "0.16.0"
authors = ["Amanda McCann <amanda@technomancy.org>"]
build = false
autolib = 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/"

[features]
with-changeset-sqlite = ["dep:rusqlite"]

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

[[bin]]
name = "osmio-changeset-tags-to-sqlite"
path = "src/bin/osmio-changeset-tags-to-sqlite.rs"
required-features = ["with-changeset-sqlite"]

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

[dependencies.bzip2]
version = "0.6"

[dependencies.chrono]
version = "0.4.45"

[dependencies.derive_builder]
version = "0.20"

[dependencies.flate2]
version = "1.1.9"

[dependencies.iter-progress]
version = "0.8.0"

[dependencies.protobuf]
version = "3.7.2"

[dependencies.quick-xml]
version = "0.41"

[dependencies.rusqlite]
version = "0.40"
optional = true

[dependencies.separator]
version = "0.4.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15.2"

[dependencies.smol_str]
version = "0.3.6"

[dependencies.xml-rs]
version = "1.0.0"