# 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 = "s2-pmtiles" version = "1.0.0" authors = ["Craig O'Connor "] build = false exclude = [ "/assets", "/node_modules", "/s2-pmtiles-spec", "/docs", "/test", "/tools", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This library reads/writes The S2 PMTiles 1.0 Specification" homepage = "https://github.com/OpenS2/s2-pmtiles" documentation = "https://docs.rs/s2-pmtiles" readme = "README.md" keywords = [ "open", "vector", "tile", "gis", "low-cost-code", ] categories = [ "encoding", "wasm", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/OpenS2/s2-pmtiles" [profile.bench] opt-level = 3 [lib] name = "s2_pmtiles" path = "rust/lib.rs" bench = true [dependencies.flate2] version = "1.0" optional = true [dependencies.s2-tilejson] version = "0.5" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.sha2] version = "0.10" [dev-dependencies.tempfile] version = "3.3" [features] alloc = [] default = ["std"] std = [ "alloc", "flate2", ]