omap 0.6.1

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.6.1"
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:proj4rs",
    "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.39"
optional = true

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

[dependencies.linestring2bezier]
version = "0.5.1"

[dependencies.proj4rs]
version = "0.1.5"
features = [
    "crs-definitions",
    "geo-types",
]
optional = true

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

[dependencies.thiserror]
version = "2.0.17"

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