geo-geojson 0.1.0

Converts geojson to geo-types
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]
edition = "2018"
name = "geo-geojson"
version = "0.1.0"
authors = ["GĂ©rald Lelong <gerald.lelong@easymov.fr>"]
description = "Converts geojson to geo-types"
documentation = "https://docs.rs/geo-geojson/"
readme = "README.md"
keywords = ["geo", "geojson"]
categories = ["parsing"]
license = "ISC"
repository = "https://github.com/lelongg/geo-geojson"
[dependencies.geo-types]
version = "0.4.3"

[dependencies.geojson]
version = "0.16.0"
features = ["geo-types"]

[dependencies.num-traits]
version = "0.2.8"
[dev-dependencies.once_cell]
version = "0.2.1"
[badges.is-it-maintained-issue-resolution]
repository = "lelongg/geo-geojson"

[badges.is-it-maintained-open-issues]
repository = "lelongg/geo-geojson"

[badges.maintenance]
status = "actively-developed"