opendp 0.4.0-rc.4

A library of differential privacy algorithms for the statistical analysis of sensitive private data.
Documentation
[dependencies.backtrace]
version = "0.3"

[dependencies.gmp-mpfr-sys]
default-features = false
features = ["mpfr"]
optional = true
version = "1.4.7"

[dependencies.ieee754]
version = "0.2.6"

[dependencies.num]
version = "0.3.1"

[dependencies.openssl]
features = ["vendored"]
optional = true
version = "0.10.29"

[dependencies.rand]
version = "0.7.3"

[dependencies.rug]
default-features = false
features = ["integer", "float", "rand"]
optional = true
version = "1.14.0"

[dependencies.statrs]
version = "0.13.0"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.vega_lite_4]
optional = true
version = "0.6.0"

[dev-dependencies]

[features]
contrib = []
default = ["use-openssl", "use-mpfr"]
floating-point = []
test-plot = ["vega_lite_4"]
untrusted = ["floating-point", "contrib"]
use-mpfr = ["gmp-mpfr-sys", "rug"]
use-openssl = ["openssl"]
use-system-libs = ["use-mpfr", "gmp-mpfr-sys/use-system-libs"]

[lib]

[package]
authors = ["The OpenDP Project <info@opendp.org>"]
description = "A library of differential privacy algorithms for the statistical analysis of sensitive private data."
edition = "2021"
homepage = "https://opendp.org/"
license-file = "LICENSE"
name = "opendp"
readme = "../../README.md"
repository = "https://github.com/opendp/opendp"
rust-version = "1.56"
version = "0.4.0-rc.4"