17 lines
386 B
TOML
17 lines
386 B
TOML
[package]
|
|
name = "ngparse"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
description = "Fast SPICE/HSPICE deck preprocessor and parser for ngspice model loading"
|
|
|
|
[lib]
|
|
name = "ngparse"
|
|
# rlib: the CLI and unit tests. staticlib: the ngspice C glue links this.
|
|
crate-type = ["rlib", "staticlib"]
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|