# 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 = "2018" name = "vl53l0x" version = "1.0.1" authors = [ "Roma Sokolov", "Alexander Zhuravlev", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A platform agnostic driver to interface with the vl53l0x (time-to-flight sensor)" documentation = "https://docs.rs/lsm303c" readme = "README.md" keywords = [ "embedded-hal-driver", "range", "time-fo-flight", "distance", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/copterust/vl53l0x" [lib] name = "vl53l0x" path = "src/lib.rs" [dependencies.hal] version = "1.0" package = "embedded-hal" [dependencies.nb] version = "0.1"