# 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.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust read/write support for well-known text (WKT)" readme = "README.md" keywords = [ "geo", "geospatial", "wkt", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/wkt" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "wkt" path = "src/lib.rs" [[bench]] name = "parse" path = "benches/parse.rs" harness = false [[bench]] name = "write" path = "benches/write.rs" harness = false [dependencies.geo-types] version = "0.7.8" 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.5.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0" [features] default = ["geo-types"]