adf4351 0.1.0

Analog Devices ADF4351 HAL driver
Documentation
# 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 = "adf4351"
version = "0.1.0"
authors = ["Andrey Kartashov <andrey.kartashov@gmail.com>"]
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
description = "Analog Devices ADF4351 HAL driver"
homepage = "https://github.com/andreyk0/adf4351-rs"
documentation = "https://docs.rs/adf4351"
readme = "README.md"
keywords = ["frequency", "generator", "embedded", "adf4351", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/andreyk0/adf4351-rs"
[profile.dev]
opt-level = "s"
lto = false
codegen-units = 1
debug = true

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
debug = false
[dependencies.embedded-hal]
version = "0.2.4"

[dependencies.nb]
version = "1.0.0"
[dev-dependencies.cortex-m]
version = "0.6.3"

[dev-dependencies.cortex-m-rt]
version = "0.6.13"

[dev-dependencies.cortex-m-semihosting]
version = "0.3.5"

[dev-dependencies.panic-halt]
version = "0.2.0"

[dev-dependencies.stm32f4]
version = "0.12.1"
features = ["stm32f407", "rt"]

[dev-dependencies.stm32f4xx-hal]
version = "0.8.3"
features = ["stm32f407", "rt"]