# 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 = "tfhe-c-api-dynamic-buffer" version = "0.1.0" build = "build.rs" exclude = [ "/c_api_tests/", "/.editorconfig", "/CODE_OF_CONDUCT.md", "/Makefile", "/rustfmt.toml", "/toolchain.txt", "/c_api_tests/", ] description = "This is a helper crate for TFHE-rs (https://crates.io/crates/tfhe) to easily share buffers between C and Rust and make their destruction safe on both sides of the FFI." homepage = "https://zama.ai/" readme = "README.md" keywords = [ "buffer", "FFI", "tfhe", ] license = "BSD-3-Clause-Clear" repository = "https://github.com/zama-ai/tfhe-c-api-dynamic-buffer" [lib] crate-type = [ "lib", "staticlib", "cdylib", ] [dependencies] [build-dependencies.cbindgen] version = "0.26.0" optional = true [features] c_api = ["dep:cbindgen"] c_api_print_error_source = []