ld06 0.1.1

Driver for the LD06 LiDAR
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 = "ld06"
version = "0.1.1"
authors = ["Andrew Ealovega <Andrew@Ealovega.dev>"]
description = "Driver for the LD06 LiDAR"
readme = "README.md"
keywords = [
    "driver",
    "LiDAR",
    "ld06",
]
categories = ["science::robotics"]
license = "MIT"
repository = "https://github.com/andyblarblar/LD06"
resolver = "2"

[profile.release]
lto = true
strip = true

[dependencies.anyhow]
version = "1.0.56"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.cancellation]
version = "0.1.0"

[dependencies.log]
version = "0.4.16"

[dependencies.ringbuf]
version = "0.2.8"

[dependencies.serialport]
version = "4.1.0"

[dev-dependencies.simple-log]
version = "1.5.1"