efb 0.3.2

Electronic Flight Bag library to plan and conduct a flight.
Documentation
[dependencies.arinc424]
version = "0.1.2"

[dependencies.serde]
features = ["derive", "rc"]
optional = true
version = "1.0.219"

[dependencies.time]
version = "0.3.36"

[dependencies.world_magnetic_model]
version = "0.2.0"

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.18"

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

[features]
serde = ["dep:serde"]

[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.2"

[[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"