# 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 = "2018" name = "fc-blackbox" version = "0.2.0" authors = ["Ilya Epifanov "] include = ["/src", "!/src/test-data"] description = "Parser for flight controllers' balckbox logs" license = "MIT OR Apache-2.0" repository = "https://github.com/ilya-epifanov/fc-blackbox" [dependencies.chrono] version = "0.4" [dependencies.integer-encoding] version = "3" [dependencies.itertools] version = "0.10" [dependencies.nom] version = "6" features = ["alloc"] [dependencies.num-rational] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.insta] version = "1.12" features = ["glob"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde-big-array] version = "0.3" features = ["const-generics"]