# 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.6.0" authors = ["tmontaigu "] 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.5.0" [dependencies.geo-types] version = ">=0.4.0, <0.8.0" optional = true