# 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 = "pbf2txt" version = "0.1.0" authors = ["Haozhan Shi "] description = "Convert OSM PBF to text format" homepage = "https://github.com/jackson211/pbf2txt" documentation = "https://docs.rs/pbf2txt" readme = "README.md" keywords = [ "cli", "osm", "pbf", "txt", "spatial", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jackson211/pbf2txt" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.osmpbfreader] version = "0.15.2"