rfham 0.1.0

Combined 'prelude'-like interface for rfham.
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 = "2024"
rust-version = "1.94"
name = "rfham"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Combined 'prelude'-like interface for rfham."
homepage = "https://simonkjohnston.life/rust-rfham"
readme = "README.md"
keywords = [
    "ham",
    "radio",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/johnstonskj/rust-rfham"

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

[dependencies.rfham-antennas]
version = "0.1.1"

[dependencies.rfham-bands]
version = "0.1.1"

[dependencies.rfham-config]
version = "0.1.1"

[dependencies.rfham-core]
version = "0.1.1"

[dependencies.rfham-geo]
version = "0.1.1"

[dependencies.rfham-itu]
version = "0.1.2"

[dependencies.rfham-maidenhead]
version = "0.1.0"

[dependencies.rfham-markdown]
version = "0.1.1"

[lints.clippy]
all = "warn"

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
anonymous_parameters = "deny"
bare_trait_objects = "deny"
deref_nullptr = "deny"
drop_bounds = "deny"
dyn_drop = "deny"
elided_lifetimes_in_paths = "warn"
ellipsis_inclusive_range_patterns = "deny"
explicit_outlives_requirements = "warn"
exported_private_dependencies = "deny"
macro_use_extern_crate = "warn"
missing_debug_implementations = "warn"
noop_method_call = "warn"
rust_2021_prelude_collisions = "warn"
semicolon_in_expressions_from_macros = "warn"
single_use_lifetimes = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unexpected_cfgs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "forbid"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.nonstandard_style]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1

[lints.rust.unused]
level = "warn"
priority = -1

[lints.rustdoc]
all = "warn"
broken_intra_doc_links = "warn"
missing_crate_level_docs = "warn"