# 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 = "osm-cli" version = "0.1.0" authors = ["Jake Low <hello@jakelow.com>"] description = "Command-line tool to interact with the OpenStreetMap API" homepage = "https://github.com/jake-low/osm-cli" readme = "README.md" license = "ISC" repository = "https://github.com/jake-low/osm-cli" [[bin]] name = "osm" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.21" features = [ "derive", "cargo", ] [dependencies.jsonxf] version = "1.1.1" [dependencies.ureq] version = "2.10.1"