blackboxer 0.1.4

A Rust library for capturing, logging, and replaying MAVLink messages
Documentation
# 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 = "blackboxer"
version = "0.1.4"
authors = ["Vivek Patwari <vivekpatwari38@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for capturing, logging, and replaying MAVLink messages"
readme = "README.md"
keywords = [
    "mavlink",
    "drone",
    "logging",
    "replay",
    "robotics",
]
categories = [
    "embedded",
    "encoding",
]
license = "GPL-3.0"
repository = "https://github.com/Vivek2518/Blackbox-rs"

[lib]
name = "blackboxer"
path = "src/lib.rs"

[[bin]]
name = "mavlink-capture"
path = "src/bin/main.rs"

[[bin]]
name = "read-bbin"
path = "src/bin/read_bbin.rs"

[[bin]]
name = "read-collect"
path = "src/bin/read_collect.rs"

[[bin]]
name = "replay-bbin"
path = "src/bin/replay_bbin.rs"

[dependencies.bincode]
version = "1.3"

[dependencies.chrono]
version = "0.4"

[dependencies.mavlink]
version = "0.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]