rfconversions 0.7.3

Common Radio Frequency conversion equations for RF Modeling
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 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 = "2021"
name = "rfconversions"
version = "0.7.3"
authors = ["Ian Cleary <iancleary@hey.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common Radio Frequency conversion equations for RF Modeling"
homepage = "https://github.com/iancleary/rfconversions"
documentation = "https://docs.rs/rfconversions"
readme = "README.md"
license = "MIT"
repository = "https://github.com/iancleary/rfconversions"

[lib]
name = "rfconversions"
path = "src/lib.rs"

[[bin]]
name = "rfconversions"
path = "src/main.rs"

[[test]]
name = "frequency_conversions"
path = "tests/frequency_conversions.rs"

[[test]]
name = "practical_scenarios"
path = "tests/practical_scenarios.rs"

[[test]]
name = "readme_examples"
path = "tests/readme_examples.rs"

[[bench]]
name = "conversions"
path = "benches/conversions.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]