# 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 = "tmag5170" version = "0.1.1" authors = ["Vsevolod Elantsev <13brain13@gmail.com>"] description = "A platform agnostic driver to interface with the TMAG5170-Q1 (3D hall sensor)" readme = "README.md" keywords = ["embedded", "embedded-hal-driver", "sensor", "hall_sensor", "angle_meter"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/brain113/tmag5170" [profile.release] lto = true codegen-units = 1 debug = true [[example]] name = "f3discovery" [dependencies.crc_all] version = "0.2.0" [dependencies.embedded-hal] version = "0.2.0" [dev-dependencies.cortex-m] version = "0.7.2" [dev-dependencies.cortex-m-rt] version = "0.6.10" [dev-dependencies.panic-rtt-target] version = "0.1" features = ["cortex-m"] [dev-dependencies.rtt-target] version = "0.3.0" features = ["cortex-m"]