[dependencies.arinc424]
version = "0.1.0"
[dependencies.time]
version = "0.3.36"
[dependencies.wmm]
version = "0.2.3"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.18"
[[example]]
name = "flightplanner"
path = "examples/flightplanner.rs"
[lib]
name = "efb"
path = "src/lib.rs"
[package]
authors = ["Joe Pearson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Electronic Flight Bag library to plan and conduct a flight."
edition = "2021"
homepage = "https://github.com/pearjo/libefb"
keywords = ["aviation", "EFB"]
license = "Apache-2.0"
name = "efb"
readme = "README.md"
repository = "https://github.com/pearjo/libefb"
version = "0.3.0"
[[test]]
name = "aircraft_mb_test"
path = "tests/aircraft_mb_test.rs"
[[test]]
name = "altering_factor_test"
path = "tests/altering_factor_test.rs"
[[test]]
name = "route_decoding_test"
path = "tests/route_decoding_test.rs"
[[test]]
name = "runway_analysis_test"
path = "tests/runway_analysis_test.rs"