openair 0.2.0

Parser for 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "openair"
version = "0.2.0"
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*"]
description = "Parser for airspace files in OpenAir format."
homepage = "https://github.com/dbrgn/openair-rs/"
readme = "README.md"
keywords = ["airspace", "skytraxx", "variometer", "openair", "parser"]
categories = ["parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dbrgn/openair-rs/"
[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
[dev-dependencies.env_logger]
version = "0.6"

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

[dev-dependencies.serde_json]
version = "1"
[badges.circle-ci]
repository = "dbrgn/openair-rs"

[badges.maintenance]
status = "actively-developed"