omap 0.8.0

Interact with or write new Open Orienteering Mapper omap-files
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 = "omap"
version = "0.8.0"
authors = ["Øyvind Hjermstad <@yvind>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interact with or write new Open Orienteering Mapper omap-files"
homepage = "https://github.com/yvind/omap-rs"
readme = "README.md"
keywords = [
    "oomapper",
    "orienteering",
    "map",
    "mapping",
    "gis",
]
license = "MIT"
repository = "https://github.com/yvind/omap-rs"

[package.metadata.docs.rs]
all-features = true

[features]
geo_ref = [
    "dep:proj-core",
    "dep:proj-wkt",
    "dep:world_magnetic_model",
    "dep:chrono",
]

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

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

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

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.geo-types]
version = "0.7"

[dependencies.linestring2bezier]
version = "0.5.2"

[dependencies.proj-core]
version = "0.8.0"
features = ["geo-types"]
optional = true

[dependencies.proj-wkt]
version = "0.8.0"
optional = true

[dependencies.quick-xml]
version = "0.41"

[dependencies.thiserror]
version = "2"

[dependencies.world_magnetic_model]
version = "0.4.0"
optional = true