# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "whitenoise_runtime" version = "0.2.0" authors = ["OpenDP-WhiteNoise "] description = "A library of algorithms for differentially private data analysis." readme = "README.md" keywords = ["differential-privacy", "data-privacy", "privacy"] categories = ["cryptography", "science"] license = "MIT" repository = "https://github.com/opendifferentialprivacy/whitenoise-core" [lib] name = "whitenoise_runtime" crate-type = ["rlib"] [dependencies.csv] version = "1.1.3" [dependencies.error-chain] version = "0.12.2" [dependencies.gmp-mpfr-sys] version = "=1.3.1" features = ["mpfr"] optional = true default-features = false [dependencies.ieee754] version = "0.2.6" [dependencies.indexmap] version = "1.4.0" [dependencies.itertools] version = "0.9.0" [dependencies.ndarray] version = "0.13.1" [dependencies.ndarray-stats] version = "0.3.0" [dependencies.noisy_float] version = "0.1.12" [dependencies.num] version = "0.3.0" [dependencies.openssl] version = "0.10.29" features = ["vendored"] [dependencies.probability] version = "0.17.0" [dependencies.rug] version = "1.9.0" features = ["integer", "float", "rand"] optional = true default-features = false [dependencies.whitenoise_validator] version = "0.2.0" [features] default = ["use-mpfr"] use-mpfr = ["gmp-mpfr-sys", "rug"] use-system-libs = ["use-mpfr", "gmp-mpfr-sys/use-system-libs"]