# 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 = "2021" name = "mathcat_c" version = "0.1.0" authors = ["Neil Soiffer "] description = "C/C++ interface for MathCAT (for MathCAT info, see crates.io or nsoiffer.github.io/MathCAT)" license = "MIT" resolver = "2" [profile.release] lto = true [lib] name = "libmathcat_c" crate-type = ["cdylib"] [dependencies.mathcat] version = "0.1.23" [build-dependencies.cbindgen] version = "0.20.0" [build-dependencies.mathcat] version = "0.1.23" [build-dependencies.zip] version = "0.6.2" features = ["deflate"] default-features = false