# 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 = "recoord" version = "0.2.8" authors = ["Snapstromegon"] build = false exclude = [".github/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "Handle coordinates in different formats." readme = "README.md" keywords = [ "coordinate", "location", "open-street-maps", "geohash", "Nominatim", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/Snapstromegon/recoord" [package.metadata.cargo-all-features] denylist = [ "serde", "format_any", "format_all", "resolve_all", ] skip_optional_dependencies = true [package.metadata.docs.rs] features = ["all"] [lib] name = "recoord" path = "src/lib.rs" [dependencies.regex] version = "1.5" optional = true [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "2.0.0" [features] all = [ "format_all", "resolve_all", "serde", ] default = ["reqwest?/default"] format_all = [ "format_dd", "format_dms", "format_geohash", ] format_any = [] format_dd = [ "dep:regex", "format_any", ] format_dms = [ "dep:regex", "format_any", ] format_geohash = ["format_any"] resolve_all = ["resolve_osm"] resolve_osm = [ "dep:reqwest", "dep:serde", ] rustls-tls = ["reqwest?/rustls-tls"] serde = ["dep:serde"]