# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dynoxide" version = "0.0.1" authors = ["Brian Stearns "] exclude = [ "main.rs", "flight_data/**/*", "docs/**/*", "examples/**/*", "tests/**/*", ] description = "Rust tools for working with Dynon SkyView black box data." homepage = "https://github.com/BWStearns/Dynoxide" readme = "README.md" keywords = [ "Dynon", "blackbox", "parser", "SkyView", ] categories = [ "aerospace", "science::geo", ] license = "MIT" repository = "https://github.com/BWStearns/Dynoxide" [dependencies.csv] version = "1.2.0" [dependencies.kml] version = "0.7.1" [dependencies.serde] version = "1.0.152" features = ["derive"]