# 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 = "mapfilter" version = "0.1.0" authors = ["lacop "] description = "CLI tool to run regex and location based filters on nodes from OpenStreetMap" homepage = "https://github.com/lacop/mapfilter" readme = "README.md" keywords = [ "cli", "search", "openstreetmap", "osm", "map", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lacop/mapfilter" resolver = "2" [dependencies.clap] version = "3.1" features = [ "cargo", "derive", ] [dependencies.color-eyre] version = "0.5" [dependencies.console] version = "0.15" [dependencies.ellipse] version = "0.2" [dependencies.fancy-regex] version = "0.10" [dependencies.geoutils] version = "0.4" [dependencies.indicatif] version = "0.16" [dependencies.osmpbf] version = "0.2" [dependencies.regex] version = "1" [dependencies.thousands] version = "0.2"