# 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 = "tilejson" version = "0.4.1" authors = [ "Stepan Kuzmin ", "Yuri Astrakhan ", ] description = "Library for serializing the TileJSON file format" homepage = "https://github.com/georust/tilejson" documentation = "https://docs.rs/tilejson" readme = "README.md" keywords = [ "maplibre", "mapbox", "tilejson", "serde", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/tilejson" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_tuple] version = "0.5" [dependencies.thiserror] version = "1" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid" unused_qualifications = "warn"