shapefile 0.8.0

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 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 = "shapefile"
version = "0.8.0"
authors = ["tmontaigu <thomas.montaigu@laposte.net>"]
build = false
exclude = ["tests/data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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",
    "geo-traits",
]

[features]
encoding_rs = ["dbase/encoding_rs"]
serde = ["dbase/serde"]
yore = ["dbase/yore"]

[lib]
name = "shapefile"
path = "src/lib.rs"

[[example]]
name = "create"
path = "examples/create.rs"

[[example]]
name = "print-content"
path = "examples/print-content.rs"

[[test]]
name = "read_tests"
path = "tests/read_tests.rs"

[[test]]
name = "read_with_index"
path = "tests/read_with_index.rs"

[[test]]
name = "testfiles"
path = "tests/testfiles.rs"

[[test]]
name = "write_tests"
path = "tests/write_tests.rs"

[dependencies.byteorder]
version = "1.2.7"

[dependencies.dbase]
version = "0.7.0"

[dependencies.geo-traits]
version = "0.3"
optional = true

[dependencies.geo-types]
version = ">=0.4.0, <0.8.0"
optional = true