fbleau 0.2.0

A tool for measuring black-box security via Machine Learning
Documentation
# 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]
name = "fbleau"
version = "0.2.0"
authors = ["Giovanni Cherubin <g.chers@gmail.com>"]
exclude = ["examples/*"]
description = "A tool for measuring black-box security via Machine Learning"
license = "MIT"
repository = "https://github.com/gchers/fbleau"

[[bench]]
name = "knn"
harness = false
[dependencies.csv]
version = "1.0.0"

[dependencies.docopt]
version = "1"

[dependencies.itertools]
version = "0.7.8"

[dependencies.ndarray]
version = "0.11.0"

[dependencies.ndarray-parallel]
version = "0.8"

[dependencies.ordered-float]
version = "0.5.0"

[dependencies.serde]
version = "1.0.70"

[dependencies.serde_derive]
version = "1.0.70"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.rustlearn]
version = "0.5.0"