# 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 = "s2json" version = "1.5.1" authors = ["Craig O'Connor "] build = false exclude = [ "/assets", "/fixtures", "/syntaxes", "s2json-spec-1.0.2.vsix", "language-configuration.json", "/benchmarks", "/coverage", "/docs", "/test", "/tools", "/src", "/s2json-spec", "TODO", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This library supports the S2JSON 1.0 Specification" homepage = "https://github.com/OpenS2/s2json" documentation = "https://docs.rs/s2json" readme = "README.md" keywords = [ "open", "vector", "tile", "gis", "low-cost-code", ] categories = [ "encoding", "wasm", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/OpenS2/s2json" [profile.bench] opt-level = 3 [lib] name = "s2json" path = "rust/lib.rs" bench = true [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dev-dependencies]