# 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 = "wkt" version = "0.10.3" autobenches = true description = "Rust read/write support for well-known text (WKT)" readme = "README.md" keywords = [ "geo", "geospatial", "wkt", ] license = "MIT/Apache-2.0" repository = "https://github.com/georust/wkt" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "parse" harness = false [dependencies.geo-types] version = "0.7.4" optional = true [dependencies.log] version = "0.4.17" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.thiserror] version = "1.0.23" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0" [features] default = ["geo-types"]