ngspice/ng_parse/parser/Cargo.toml

17 lines
386 B
TOML
Raw Permalink Normal View History

[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]