# 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 = "c-api-tools" version = "0.1.0" authors = [ "Timo Betcke ", "Matthew Scroggs ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tools for the creation of C API bindings." homepage = "https://github.com/bempp/c-api-tools" readme = "README.md" keywords = ["numerics"] categories = [ "mathematics", "science", ] license = "BSD-3-Clause" repository = "https://github.com/bempp/c-api-tools" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "c_api_tools" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.c-api-tools-macros] version = "0.1.0" [dependencies.num] version = "0.4" [build-dependencies.cbindgen] version = "0.27.0" [features] strict = [] [lints.clippy] wildcard_imports = "forbid"