reda-spice 0.1.0

Spice simulate and parse library
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"
name = "reda-spice"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spice simulate and parse library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/MoleSir/reda.git"
resolver = "1"

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

[[example]]
name = "ac_coupled_amplifier"
path = "examples/ac_coupled_amplifier.rs"

[[example]]
name = "dc-sweep"
path = "examples/dc-sweep.rs"

[[example]]
name = "low-pass_rc_filter"
path = "examples/low-pass_rc_filter.rs"

[[example]]
name = "millman_theorem"
path = "examples/millman_theorem.rs"

[[example]]
name = "ngspice_shared"
path = "examples/ngspice_shared.rs"

[[example]]
name = "read_spice"
path = "examples/read_spice.rs"

[[example]]
name = "resistor_bridge"
path = "examples/resistor_bridge.rs"

[[example]]
name = "thévenin_representation"
path = "examples/thévenin_representation.rs"

[[example]]
name = "transient_sin"
path = "examples/transient_sin.rs"

[[example]]
name = "voltage_current_divider"
path = "examples/voltage_current_divider.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.libc]
version = "0.2.172"

[dependencies.libloading]
version = "0.8.7"

[dependencies.log]
version = "0.4.27"

[dependencies.nom]
version = "6.0"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.plotters]
version = "0.3.7"

[dependencies.reda-unit]
version = "0.1.0"
package = "reda-unit"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.219"

[dependencies.thiserror]
version = "2.0.12"