# 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 = "2021" name = "wisard" version = "0.0.3" authors = ["Leonardo Neumann "] description = "WiSARD nets implementation in Rust" documentation = "https://docs.rs/wisard" readme = "README.md" keywords = [ "data-science", "machine-learning", "neural-networks", "weightless", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/leonardohn/wisard" [profile.bench] debug = 2 [profile.release] lto = true [dependencies.bitvec] version = "1.0.1" features = ["serde"] [dependencies.bloom] version = "0.3.2" [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.serde] version = "1.0.162" features = ["derive"]