# 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 = "vts_parsing" version = "1.2.0" description = "Crate for parsing VTS or VTM files generated by VTOL VR." documentation = "https://docs.rs/vts_parsing/latest/vts_parsing" readme = "README.md" keywords = [ "parsing", "parse", "vts", "vtol", "vtolvr", ] categories = ["parsing"] license = "AGPL-3.0-or-later" repository = "https://github.com/BlockListed/vts_parsing" [package.metadata.docs.rs] all-features = true [dependencies.glam] version = "0.29.0" optional = true [dependencies.indexmap] version = "2.2.6" [dependencies.nom] version = "7.1.3" [features] glam = ["dep:glam"]