[package] name = "uap" description = "Toolkit for looking up aircraft registration information." repository = "https://gitlab.com/jjwiseman/uap" readme = "README.md" keywords = ["aviation", "aircraft", "FAA"] categories = [] license = "MIT" version = "0.2.1" authors = ["John Wiseman "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.1" merge = "0.1.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } structopt = "0.3.21" thiserror = "1"