[go: up one dir, main page]

wkt 0.5.0

Rust read/write support for well-known text (WKT)
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "wkt"
version = "0.5.0"
authors = ["Corey Farwell <coreyf@rwell.org>", "Antoine Desbordes <antoine.desbordes@gmail.com>"]
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"

[[bench]]
name = "parse"
harness = false
[dependencies.geo-types]
version = "0.4"
optional = true
[dev-dependencies.criterion]
version = "0.2"

[features]
default = ["geo-types"]