# 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 = "ltc690x" version = "0.2.1" authors = ["fnafnio "] description = "driver crate for LTC690x serial programmable oscillator" keywords = ["hal", "driver"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/fnafnio/ltc690x/" [dependencies.defmt] version = "0.2.3" optional = true [dependencies.embedded-hal] version = "0.2.6" [dev-dependencies.cortex-m] version = "0.7.3" [dev-dependencies.cortex-m-rt] version = "0.6.15" [dev-dependencies.cortex-m-rtic] version = "0.5.7" [dev-dependencies.defmt] version = "0.2.3" [dev-dependencies.defmt-rtt] version = "0.2.0" [dev-dependencies.nrf52840-hal] version = "0.12.2" features = ["rt"] [dev-dependencies.panic-probe] version = "0.2.0" [features] default = ["defmt"] defmt-debug = [] defmt-default = [] defmt-error = [] defmt-info = [] defmt-trace = [] defmt-warn = []