# 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_validator" version = "0.2.0" authors = ["OpenDP-WhiteNoise "] build = "build/main.rs" description = "A library for validating whether or not an analysis is differentially private." readme = "README.md" keywords = ["differential-privacy", "data-privacy", "privacy"] categories = ["cryptography", "science"] license = "MIT" repository = "https://github.com/opendifferentialprivacy/whitenoise-core" [lib] name = "whitenoise_validator" crate-type = ["rlib"] [dependencies.bytes] version = "0.5.4" [dependencies.error-chain] version = "0.12.2" [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.prost] version = "0.6.1" [dependencies.serde] version = "1.0.112" [dependencies.serde_json] version = "1.0.55" [dependencies.statrs] version = "0.12.0" [build-dependencies.build-deps] version = "0.1.4" [build-dependencies.heck] version = "0.3.1" [build-dependencies.indexmap] version = "1.4.0" features = ["serde-1"] [build-dependencies.itertools] version = "0.9.0" [build-dependencies.prost-build] version = "0.6.1" [build-dependencies.serde] version = "1.0.112" features = ["derive"] [build-dependencies.serde_json] version = "1.0.55"