# 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" rust-version = "1.66" name = "blackbox-log" version = "0.4.2" include = [ "/src/**/*", "/tests/snapshots.rs", "/benches/parse.rs", "/README.md", ] description = "Ergonomic parser for BetaFlight blackbox logs" readme = "README.md" keywords = [ "betaflight", "blackbox", ] categories = [ "aerospace::drones", "aerospace::unmanned-aerial-vehicles", "parser-implementations", "no-std", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/blackbox-log/blackbox-log" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] bench = false [[test]] name = "snapshots" required-features = ["_serde"] [[bench]] name = "parse" harness = false [dependencies.bitvec] version = "^1.0.0" default-features = false [dependencies.hashbrown] version = ">=0.12.0, <0.15.0" [dependencies.memchr] version = "^2.4.0" default-features = false [dependencies.serde] version = "^1.0.96" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.time] version = "^0.3.3" features = [ "macros", "parsing", ] default-features = false [dependencies.tracing] version = "^0.1.16" features = ["attributes"] default-features = false [dependencies.uom] version = ">=0.34.0, <0.36.1" features = [ "si", "f64", ] default-features = false [dev-dependencies.criterion] version = "^0.5.1" features = ["html_reports"] [dev-dependencies.insta] version = "^1.38.0" features = [ "colors", "glob", "ron", ] default-features = false [dev-dependencies.test-case] version = "^3.3.1" [features] _serde = ["dep:serde"] default = ["std"] std = [ "memchr/std", "serde?/std", "uom/std", ]