[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"]