# 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 = "vl53l4cd" version = "0.4.0" description = "VL53L4CD ToF ranging sensor driver" readme = "README.md" license = "MIT" repository = "https://github.com/akeamc/vl53l4cd" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal-async] version = "1.0" [dependencies.futures-util] version = "0.3" default-features = false [features] default = ["std"] defmt-03 = [ "dep:defmt", "embedded-hal-async/defmt-03", ] std = []