# 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" rust-version = "1.56" name = "opendp-ffi" version = "0.4.0" authors = ["The OpenDP Project "] build = "build/main.rs" description = "Foreign function interfaces for the OpenDP library." homepage = "https://opendp.org/" readme = "../../README.md" license-file = "LICENSE" repository = "https://github.com/opendp/opendp" [lib] crate-type = ["rlib", "cdylib"] [dependencies.backtrace] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.3.1" [dependencies.opendp] version = "0.4.0" default-features = false [dev-dependencies] [build-dependencies.indexmap] version = "1.6.2" features = ["serde"] [build-dependencies.serde] version = "1.0.126" features = ["derive"] [build-dependencies.serde_json] version = "1.0.64" features = ["preserve_order"] [features] contrib = ["opendp/contrib"] default = ["use-openssl", "use-mpfr"] floating-point = ["opendp/floating-point"] python = [] untrusted = ["floating-point", "contrib"] use-mpfr = ["opendp/use-mpfr"] use-openssl = ["opendp/use-openssl"] use-system-libs = ["opendp/use-system-libs"]