# 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 = "fbleau" version = "0.3.2" authors = ["Giovanni Cherubin "] exclude = ["examples/*"] description = "A tool for measuring black-box security via Machine Learning" license = "MIT" repository = "https://github.com/gchers/fbleau" [lib] name = "fbleau" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "fbleau" path = "src/main.rs" [[bench]] name = "knn" harness = false [dependencies.csv] version = "1.1" [dependencies.docopt] version = "1" [dependencies.float-cmp] version = "0.8" [dependencies.itertools] version = "0.10.0" [dependencies.ndarray] version = "0.14.0" [dependencies.numpy] version = "0.13" optional = true [dependencies.ordered-float] version = "2.0" [dependencies.pyo3] version = "0.13.2" features = ["extension-module"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.strsim] version = "0.10.0" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.rustlearn] version = "0.5.0" [features] python-module = ["pyo3", "numpy"]