# 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 = "typed_shapefile" version = "0.4.1" authors = [ "tmontaigu ", "exrok ", ] description = "Read & Write .dbf in Rust" readme = "README.md" keywords = [ "dbase", "dbf", ] license = "MIT" [dependencies.byteorder] version = "1.4.3" [dependencies.fast-float] version = "0.2" [dependencies.postgis] version = "0.9" [dependencies.serde] version = "1.0.102" optional = true [dependencies.time] version = "0.3" features = [ "std", "parsing", ] [dependencies.tiny_log] version = "0.1" [dependencies.uuid] version = "1" [dependencies.yore] version = "0.3.3" optional = true [dev-dependencies.serde_derive] version = "1.0.102"