openair 0.6.0

Library for reading and writing airspace files in OpenAir format.
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 = "openair"
version = "0.6.0"
build = false
include = [
    "/src/**/*",
    "/examples/**/*",
    "/tests/**/*",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for reading and writing airspace files in OpenAir format."
homepage = "https://github.com/glide-rs/openair-rs/"
readme = "README.md"
keywords = [
    "airspace",
    "skytraxx",
    "variometer",
    "openair",
    "parser",
]
categories = ["parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/glide-rs/openair-rs/"

[features]
serde = [
    "dep:serde",
    "iso8601/serde",
]

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

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

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

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

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

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

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

[dependencies.iso8601]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

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

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["json"]

[dev-dependencies.serde_json]
version = "1"