# 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 = "geomedea" version = "0.2.1" description = "a geospatial data format optimized for remotely accessing a subset of planet-wide data" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/michaelkirk/geomedea" [[bin]] name = "info" path = "src/bin/info.rs" doc = false [[bench]] name = "write_from_geojson" harness = false [[bench]] name = "file_read" harness = false [[bench]] name = "http_read" harness = false [dependencies.async-compression] version = "0.4.4" features = [ "zstd", "tokio", ] [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.74" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.5.0" features = [] [dependencies.futures-util] version = "0.3.29" [dependencies.log] version = "0.4.20" [dependencies.memmap2] version = "0.9.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.streaming-http-range-client] version = "0.1.1" [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.34.0" default-features = false [dependencies.zstd] version = "0.12.4" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.geozero] version = "0.11.0" [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.tokio] version = "1.34.0" features = ["full"] default-features = true [dev-dependencies.yocalhost] version = "0.4.0"