[package] name = "flupp" version = "0.1.3" description = "FluPP flight log file reader" license = "MIT/Apache-2.0" repository = "https://github.com/Turbo87/flupp-rs.git" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] encoding_rs = "0.8.32" thiserror = "1.0.44" time = "0.3.23" [dev-dependencies] insta = "=1.31.0"