# 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 = "flatgeobuf" version = "4.4.0" authors = ["Pirmin Kalberer "] description = "FlatGeobuf for Rust" homepage = "https://flatgeobuf.org/" documentation = "https://docs.rs/flatgeobuf/" readme = "README.md" keywords = [ "geo", "r-tree", "spatial", ] license = "BSD-2-Clause" repository = "https://github.com/flatgeobuf/flatgeobuf/tree/master/src/rust" [package.metadata.docs.rs] all-features = true [[bench]] name = "read" harness = false [[bench]] name = "http_read" harness = false [[bench]] name = "geojson" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.5.0" optional = true [dependencies.fallible-streaming-iterator] version = "0.1.9" [dependencies.flatbuffers] version = "=24.3.25" [dependencies.geozero] version = "0.14.0" default-features = false [dependencies.http-range-client] version = "0.8.0" features = ["reqwest-async"] optional = true default-features = false [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12.5" optional = true [dependencies.tempfile] version = "3.8.1" [dev-dependencies.async-trait] version = "0.1.81" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.geo-types] version = "0.7.12" [dev-dependencies.geozero] version = "0.14.0" default-features = true [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.12.5" default-features = true [dev-dependencies.seek_bufread] version = "1.2.2" [dev-dependencies.tokio] version = "1.34.0" features = ["rt-multi-thread"] [dev-dependencies.yocalhost] version = "0.5.0" [features] default = ["http"] http = [ "http-range-client", "bytes", "reqwest", ]