# 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 = "vl53l0x-simple" version = "0.2.0" description = "A Rust driver for the VL53l0X TOF ranging sensor." homepage = "https://github.com/NZRosto/vl53l0x-simple" readme = "README.md" keywords = [ "vl53l0x", "embedded", "embedded-hal", "no-std", ] categories = [ "embedded", "no-std", "no-std::no-alloc", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NZRosto/vl53l0x-simple" [dependencies.embedded-hal] version = "1" [lints.clippy] pedantic = "warn"