kml 0.13.0

KML support for Rust
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 = "2021"
name = "kml"
version = "0.13.0"
authors = [
    "Pat Sier <pjsier@gmail.com>",
    "The GeoRust Developers <mods@georust.org>",
]
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KML support for Rust"
documentation = "https://docs.rs/kml/"
readme = "README.md"
keywords = [
    "geo",
    "geospatial",
    "kml",
]
categories = ["science::geo"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/kml"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = [
    "geo-types",
    "zip",
]

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

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

[[bench]]
name = "parse"
path = "benches/parse.rs"
harness = false

[dependencies.geo-types]
version = ">=0.6, <0.8"
optional = true

[dependencies.num-traits]
version = "0.2"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "2.2"
features = [
    "bzip2",
    "deflate",
    "time",
    "zstd",
]
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.4"