# 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 = "drv8305" version = "0.2.0" authors = ["Ze'ev Klapow "] description = "A I2C driver for the DRV8305 BLDC motor driver IC" license = "MIT OR Apache-2.0" [dependencies.cortex-m] version = "^0.6" [dependencies.defmt] version = "~0.2" optional = true [dependencies.embedded-hal] version = "^0.2" features = ["unproven"] [dependencies.enum-primitive-derive-nostd] version = "0.2.2" [dependencies.nb] version = "^0.1" [dependencies.num-traits] version = "^0.2" default-features = false [dev-dependencies.cortex-m] version = "0.6.0" [dev-dependencies.cortex-m-rt] version = "0.6.10" [dev-dependencies.cortex-m-rtic] version = "0.5.3" [dev-dependencies.cortex-m-semihosting] version = "0.3.5" [dev-dependencies.panic-semihosting] version = "0.5.3" [dev-dependencies.stm32f3xx-hal] version = "0.6.0" features = ["stm32f302xb"] [features] default = [] use-defmt = ["defmt"]