# 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 = "vl53l1x-uld" version = "2.0.1" authors = ["Tom Sievers "] description = "Library source port of the ULD driver for the VL53L1X" readme = "README.md" keywords = ["vl53l1x"] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/TomSievers/vl53l1x-rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.embedded-hal] version = "0.2.7" [dependencies.vl53l1-reg] version = "0.1.0" [dev-dependencies.embedded-hal-mock] version = "0.9.0" [dev-dependencies.linux-embedded-hal] version = "0.3.2" [dev-dependencies.shared-bus] version = "0.2.5" features = ["std"] [features] default = [] i2c-iter = []