# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "geozero-core" version = "0.6.2" authors = ["Pirmin Kalberer "] description = "Zero-Copy reading and writing of geospatial data." homepage = "https://github.com/georust/geozero" readme = "README.md" keywords = ["geo", "geojson", "gdal", "geos", "postgis"] license = "MIT/Apache-2.0" repository = "https://github.com/georust/geozero" [package.metadata.docs.rs] features = ["geos-lib", "gpkg", "postgis-sqlx", "postgis-postgres"] [dependencies.bytes] version = "0.5" [dependencies.gdal] version = "0.7" optional = true default-features = false [dependencies.gdal-sys] version = "0.3" optional = true [dependencies.geo-types] version = "0.6" default-features = false [dependencies.geojson] version = "0.21" [dependencies.geos] version = "7.0" optional = true [dependencies.geozero] version = "0.6.0" [dependencies.lyon] version = "0.16" optional = true [dependencies.postgres-types] version = "0.1" optional = true [dependencies.scroll] version = "0.10" [dependencies.sqlx] version = "0.4.0" features = ["runtime-tokio-native-tls", "postgres", "sqlite"] optional = true default-features = false [dev-dependencies.flatgeobuf] version = "0.4.0" [dev-dependencies.geo] version = "0.14" [dev-dependencies.hex] version = "0.4" [dev-dependencies.kdbush] version = "0.2" [dev-dependencies.polylabel] version = "2.2" [dev-dependencies.postgres] version = "0.17" [dev-dependencies.tokio] version = "0.2" features = ["rt-threaded"] default-features = false [features] default = [] gdal-lib = ["gdal", "gdal-sys"] geos-lib = ["geos"] gpkg = ["sqlx"] postgis-postgres = ["postgres-types"] postgis-sqlx = ["sqlx"] tessellator = ["lyon"]