pcb-toolkit 0.1.5

PCB design calculator library — impedance, current capacity, via properties, and more
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.85"
name = "pcb-toolkit"
version = "0.1.5"
authors = ["Alexander Kiselev <alex@akiselev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PCB design calculator library — impedance, current capacity, via properties, and more"
homepage = "https://github.com/akiselev/pcb-toolkit"
documentation = "https://docs.rs/pcb-toolkit"
readme = "README.md"
keywords = [
    "pcb",
    "eda",
    "impedance",
    "electronics",
    "calculator",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/akiselev/pcb-toolkit"
resolver = "2"

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
disallowed_types = "deny"