# 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" rust-version = "1.60.0" name = "geo-uri" version = "0.2.2" authors = ["Paul van Tilburg "] include = [ "CHANGELOG.md", "LICENSE", "README.md", "src/*.rs", ] description = "A crate for parsing and generating uniform resource identifiers for geographic locations (geo URIs)" readme = "README.md" keywords = [ "geolocation", "uri", "parser", "rfc5870", ] categories = [ "parser-implementations", "web-programming", "encoding", ] license = "MIT" repository = "https://git.luon.net/paul/geo-uri-rs" [package.metadata."docs.rs"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.derive_builder] version = "0.20.0" [dependencies.serde] version = "1.0.145" optional = true [dependencies.thiserror] version = "1.0.35" [dependencies.url] version = "2.3.1" optional = true [dev-dependencies.serde_test] version = "1.0.145" [features] serde = ["dep:serde"] url = ["dep:url"]