# 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 = "popgis" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A blazing fast way to insert GeoJSON, ShapeFile & OsmPBF into a PostGIS database." homepage = "http://jjcfrancis.co" readme = "README.md" categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/jjcfrancisco/popgis" [[bin]] name = "popgis" path = "src/main.rs" [dependencies.bytes] version = "1.6.0" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.derive_more] version = "0.99.18" [dependencies.geo] version = "0.28.0" [dependencies.geojson] version = "0.24.1" [dependencies.osmpbf] version = "0.3.4" [dependencies.postgres] version = "0.19.7" features = ["with-serde_json-1"] [dependencies.postgres-protocol] version = "0.6.6" [dependencies.proj] version = "0.27.2" [dependencies.serde_json] version = "1.0.120" [dependencies.shapefile] version = "0.6.0" [dependencies.wkb] version = "0.7.1"