Cargo Features
[dependencies]
opendp-ffi = { version = "0.4.0", default-features = false, features = ["python", "floating-point", "contrib", "untrusted", "use-openssl", "use-mpfr", "use-system-libs"] }
- default = use-mpfr, use-openssl
-
These default features are set whenever
opendp-ffi
is added without
somewhere in the dependency tree.default-features = false - python
- floating-point untrusted?
-
Enables floating-point of opendp ^0.4.0
Affects
meas::gaussian
,meas::laplace
,meas::ptr
… - contrib untrusted?
-
Enables contrib of opendp ^0.4.0
Affects
meas::geometric
,meas::randomized_response
,trans::dataframe
,trans::manipulation
,trans::sum
,trans::count
,trans::mean
,trans::resize
,trans::variance
,trans::impute
,trans::index
,trans::clamp
,trans::cast
,meas::gaussian
,meas::laplace
,meas::ptr
… - untrusted = contrib, floating-point
- use-openssl default
-
Enables use-openssl of opendp ^0.4.0
- use-mpfr default
-
Enables use-mpfr of opendp ^0.4.0
- use-system-libs
-
re-export features from opendp
Enables use-system-libs of opendp ^0.4.0