# 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 = "osmchangesets2csv" version = "0.1.0" authors = ["Amanda McCann "] description = "Convert OpenStreetMap changeset dumps to CSV" readme = "README.md" keywords = [ "openstreetmap", "osm", "csv", ] license = "AGPL-3.0+" repository = "https://github.com/amandasaurus/osmchangeset2csv" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.15" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.csv] version = "1.2.2" [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17.5" [dependencies.log] version = "0.4.19" [dependencies.osmio] version = "0.8.1" [dependencies.read-progress] version = "0.5.0" [dependencies.tokio] version = "1.29.1" features = ["full"]