epsg-utils 0.0.1

Parse/convert EPSG code, WKT2, and PROJJSON
Documentation
# 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 = "2024"
name = "epsg-utils"
version = "0.0.1"
authors = ["Hiroaki Yutani"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse/convert EPSG code, WKT2, and PROJJSON"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yutannihilation/epsg-utils-rs/"

[features]
default = [
    "wkt2-definitions",
    "projjson-definitions",
]
projjson-definitions = ["dep:flate2"]
wkt2-definitions = ["dep:flate2"]

[lib]
name = "epsg_utils"
path = "src/lib.rs"

[dependencies.flate2]
version = "1.1.9"
optional = true

[dependencies.serde_json]
version = "1"