# 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 = "ldc1614" version = "0.0.1-beta" authors = ["nan mu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TI LDC1614 inductance-to-digital converter user-friendly driver for `embedded-hal`" readme = "README.md" keywords = [ "embedded-hal-driver", "ldc1614", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Unlicense" repository = "https://github.com/nan-mu/ldc1614-test" [package.metadata.docs.rs] targets = ["thumbv7em-none-eabihf"] [lib] name = "ldc1614" path = "src/lib.rs" [[example]] name = "dual" path = "examples/dual.rs" [dependencies.embedded-hal] version = "1.0.0" [dependencies.tock-registers] version = "0.9.0" [features] tock = []