# 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 = "openair" version = "0.3.2" authors = ["Danilo Bargen "] build = false include = [ "/src/**/*", "/examples/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", ] autobins = false autoexamples = false autotests = false autobenches = false 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/" [lib] name = "openair" path = "src/lib.rs" [[example]] name = "parse_file" path = "examples/parse_file.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.11" [dev-dependencies.indoc] version = "2" [dev-dependencies.serde_json] version = "1" [badges.circle-ci] repository = "dbrgn/openair-rs" [badges.maintenance] status = "actively-developed"