# 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.8.5" authors = [ "Pat Sier ", "The GeoRust Developers ", ] exclude = [".github/*"] 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", ] [[bench]] name = "parse" harness = false [dependencies.geo-types] version = ">=0.6, <0.8" optional = true [dependencies.num-traits] version = "0.2" [dependencies.quick-xml] version = "0.31" [dependencies.thiserror] version = "1.0" [dependencies.zip] version = "0.6" features = [ "bzip2", "deflate", "time", "zstd", ] optional = true default-features = false [dev-dependencies.criterion] version = "0.4" [features] default = [ "geo-types", "zip", ]