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