spatio-types 0.2.3

Core spatial and temporal data types for the Spatio database
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.90.0"
name = "spatio-types"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core spatial and temporal data types for the Spatio database"
readme = "README.md"
keywords = [
    "spatial",
    "temporal",
    "geospatial",
    "types",
]
categories = [
    "data-structures",
    "science::geo",
]
license = "MIT"
repository = "https://github.com/pkvartsianyi/spatio"
resolver = "2"

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

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

[dependencies.geo]
version = "0.31.0"
features = ["use-serde"]

[dependencies.geojson]
version = "0.24.1"
optional = true

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

[dependencies.serde_json]
version = "1.0"
optional = true