shapefile 0.0.5

Read & Write shapefiles in Rust
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 = "shapefile"
version = "0.0.5"
authors = ["tmontaigu <thomas.montaigu@laposte.net>"]
exclude = ["tests/data/*"]
description = "Read & Write shapefiles in Rust"
homepage = "https://github.com/tmontaigu/shapefile-rs"
readme = "README.md"
keywords = ["shapefile"]
license = "MIT"
repository = "https://github.com/tmontaigu/shapefile-rs"
[package.metadata.docs.rs]
features = ["geo-types"]
[dependencies.byteorder]
version = "1.2.7"

[dependencies.dbase]
version = "0.0.4"

[dependencies.geo-types]
version = "0.4.3"
optional = true