# 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 = "geozero-shp" version = "0.5.1" authors = [ "Pirmin Kalberer ", "Yuri Astrakhan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WARNING: The shp driver is now included in geozero." homepage = "https://github.com/georust/geozero" readme = "README.md" keywords = [ "geo", "shapefile", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geozero" [lib] name = "geozero_shp" path = "src/lib.rs" [[test]] name = "reader" path = "tests/reader.rs" [dependencies.byteorder] version = "1.4.3" default-features = false [dependencies.dbase] version = "0.4" [dependencies.geozero] version = "0.13.0" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.geo-types] version = "0.7.11" default-features = false [dev-dependencies.geozero] version = "0.13.0" default-features = true