# 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 = "2018" name = "osm-geo-mapper-macros" version = "0.3.0" authors = ["Edouard Poitras "] include = ["src/", "LICENSE", "README.md"] description = "Contains various helper macros for the osm-geo-mapper crate.\n" homepage = "https://crates.io/crates/osm-geo-mapper-macros" readme = "README.md" keywords = ["osm-geo-mapper", "openstreemap", "osm"] license = "MIT" repository = "https://github.com/edouardpoitras/osm-geo-mapper/tree/master/osm-geo-mapper-macros" [lib] name = "osm_geo_mapper_macros" path = "src/lib.rs" [dependencies.paste] version = "1.0.4"