# 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 = "gpkg" version = "0.2.0" description = "Rust library for working with GeoPackages" homepage = "https://github.com/cjriley9/gpkg-rs" license = "MIT OR Apache-2.0" repository = "https://github.com/cjriley9/gpkg-rs" [dependencies.byteorder] version = "1.4.3" [dependencies.geo-types] version = "0.7.4" [dependencies.gpkg-derive] version = "0.2.0" [dependencies.rusqlite] version = "0.27.0" [dependencies.thiserror] version = "1.0.31" [dependencies.wkb] version = "0.7.1" [dev-dependencies.tempfile] version = "3.3.0"