# 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 = "2018" name = "smartnoise_runtime" version = "0.2.3" authors = ["OpenDP-SmartNoise "] 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/opendp/smartnoise-core" [lib] name = "smartnoise_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.smartnoise_validator] version = "0.2.3" [dependencies.statrs] version = "0.12.0" [features] default = ["use-mpfr"] use-mpfr = ["gmp-mpfr-sys", "rug"] use-system-libs = ["use-mpfr", "gmp-mpfr-sys/use-system-libs"] [badges.maintenance] status = "deprecated"