[package]
name = "mathcat_c"
version = "0.7.0"
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
edition = "2021"
license = "MIT"
description = "C/C++ interface for MathCAT (for MathCAT info, see crates.io or nsoiffer.github.io/MathCAT)"
resolver = "2"
[features]
"include-zip" = ["mathcat/include-zip"]
[dependencies]
mathcat = {version = "0.7.0"}
[lib]
name = "libmathcat_c"
crate-type = ["cdylib"]
[build-dependencies]
cfg-if = "1.0.1"
zip = { version = "4.3", default-features = false, features = ["bzip2"] }
cbindgen = "0.29"
mathcat = {version = "=0.7.0", features = ["include-zip"]}
[profile.release]
debug = true
lto = true