jsonfg 0.1.0

Types for OGC Features and Geometries JSON (JSON-FG), a GeoJSON superset with support for arbitrary coordinate reference systems, solids, and curved geometries.
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"
rust-version = "1.85"
name = "jsonfg"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types for OGC Features and Geometries JSON (JSON-FG), a GeoJSON superset with support for arbitrary coordinate reference systems, solids, and curved geometries."
homepage = "https://github.com/360-geo/jsonfg"
documentation = "https://docs.rs/jsonfg"
readme = "README.md"
keywords = [
    "jsonfg",
    "geospatial",
    "geojson",
    "ogc",
    "gis",
]
categories = [
    "science::geo",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/360-geo/jsonfg"

[features]
default = []
geojson = ["dep:geojson"]

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

[[example]]
name = "validate"
path = "examples/validate.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies.geojson]
version = "1.0"
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dev-dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]