# 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 = "open-vector-tile" version = "1.0.0" authors = ["Craig O'Connor "] build = false exclude = [ "/assets", "/benchmarks", "/docs", "/tests", "/tools", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This library reads/writes The Open Vector Tiles 1.0 Specification" homepage = "https://github.com/OpenS2/open-vector-tile" documentation = "https://docs.rs/open-vector-tile" readme = "README.md" keywords = [ "open", "vector", "tile", "gis", "low-cost-code", ] categories = [ "encoding", "wasm", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/OpenS2/open-vector-tile" [profile.bench] opt-level = 3 [lib] name = "ovtile" path = "rust/lib.rs" bench = true [dependencies.num-traits] version = "0.2" [dependencies.pbf] version = "0.3.1" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dev-dependencies]