# 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 = "duckdb-postgis" version = "0.1.5" authors = [ "chris@enmeshed.dev", "serj@enmeshed.dev", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for transforming geospatial data using DuckDB and ingesting it into a PostGIS database." homepage = "https://github.com/enmeshed-analytics/duckdb-gridwalk" readme = "README.md" keywords = [ "duckdb", "data-transformation", "postgis", "geospatial", ] license = "MIT" repository = "https://github.com/enmeshed-analytics/duckdb-gridwalk" [lib] name = "duckdb_postgis" path = "src/lib.rs" [[bin]] name = "duckdb-postgis" path = "src/main.rs" [[test]] name = "duckdb_tests" path = "tests/duckdb_tests.rs" [dependencies.duckdb] version = "1.0.0" features = ["bundled"] [dependencies.lexical-core] version = "1.0.2"