# 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 = "rplidar-rppal" version = "0.1.0" authors = ["Braden Everson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate for accessing RpLidar A1 sensor data using the rppal library on a Raspberry Pi." documentation = "https://docs.rs/rplidar-rppal" readme = "README.md" keywords = [ "uart", "rppal", "raspberry-pi", "lidar", ] categories = [ "embedded", "hardware-support", ] license = "MIT" [lib] name = "rplidar_rppal" path = "src/lib.rs" [[example]] name = "hello_lidar" path = "examples/hello_lidar.rs" [dependencies.rppal] version = "0.19.0" [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" nonstandard-style = "warn" rust-2018-idioms = "warn" rust-2021-compatibility = "warn" rust-2024-compatibility = "warn" [lints.rustdoc] broken_intra_doc_links = "warn"