[package]
name = "efb"
version = "0.6.0"
edition = "2021"
authors = ["Joe Pearson"]
license = "Apache-2.0"
keywords = ["aviation", "EFB"]
categories = ["aerospace", "science::geo"]
description = "Electronic Flight Bag library to plan and conduct a flight."
homepage = "https://github.com/AeronauticalMaps/libefb"
repository = "https://github.com/AeronauticalMaps/libefb"
readme = "../README.md"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
arinc424 = { path = "../arinc424", version = "0.4.0" }
chrono = "0.4.42"
geo = "0.32.0"
rstar = "0.12.2"
geojson = { version = "0.24.2", optional = true }
serde = { version = "1.0.219", features = ["derive", "rc"], optional = true }
time = { version = "0.3.36", features = ["wasm-bindgen"] }
world_magnetic_model = "0.2.0"
[features]
geojson = ["dep:geojson"]
serde = ["dep:serde", "geo/serde", "rstar/serde"]
handbook = []