efb 0.2.0

Electronic Flight Bag library to plan and conduct a flight.
Documentation
[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.2.0"

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