[dependencies.arinc424]
version = "0.2.0"
[dependencies.chrono]
version = "0.4.42"
[dependencies.geojson]
optional = true
version = "0.24.2"
[dependencies.serde]
features = ["derive", "rc"]
optional = true
version = "1.0.219"
[dependencies.time]
features = ["wasm-bindgen"]
version = "0.3.36"
[dependencies.world_magnetic_model]
version = "0.2.0"
[[example]]
name = "flightplanner"
path = "examples/flightplanner.rs"
[[example]]
name = "readme"
path = "examples/readme.rs"
[features]
geojson = ["dep:geojson"]
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.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[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"