# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tof10120" version = "0.1.0" authors = ["Henk Dieter Oordt "] exclude = ["/examples", "/.cargo", "/target", "/openocd.cfg", "/openocd.gdb", "/memory.x", "Cargo.lock", "/.gitignore", "/.cargo_vcs_info.json"] description = "A driver for the TOF10120 Time-of-Flight sensor" readme = "README.md" keywords = ["embedded", "tof", "tof10120", "time-of-flight"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/tof10120-rs" [profile.dev] opt-level = 0 lto = false debug = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = true [dependencies.cortex-m] version = "0.6.0" [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dependencies.nb] version = "0.1.2" [dev-dependencies.cortex-m-rt] version = "0.6.8" [dev-dependencies.cortex-m-semihosting] version = "0.3.7" [dev-dependencies.panic-semihosting] version = "0.5.6" [dev-dependencies.stm32f1xx-hal] version = "0.7.0" features = ["stm32f103", "rt", "medium"]