gainlineup 0.20.0

A Gain Lineup toolbox 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 = "gainlineup"
version = "0.20.0"
authors = ["Ian Cleary <rust@iancleary.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Gain Lineup toolbox for RF Modeling"
homepage = "https://github.com/iancleary/gainlineup"
documentation = "https://docs.rs/gainlineup"
readme = "README.md"
license = "MIT"
repository = "https://github.com/iancleary/gainlineup"

[features]
cli = []
debug-print = []
default = [
    "cli",
    "plot",
]
plot = []

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.rfconversions]
version = "0.5.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.toml]
version = "0.9.8"

[dependencies.touchstone]
version = "0.10.4"