# 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 = "bayesic" version = "0.1.1" authors = ["mmmries <riesmmm@gmail.com>"] description = "A string matching library similar to NaiveBayes but optimized for many small classifications" readme = "README.md" keywords = [ "bayes", "bayesian", "classification", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/mmmries/bayesic_rs" [[bench]] name = "classification" harness = false [[bench]] name = "training" harness = false [dependencies] [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.pretty_assertions] version = "0.4.0" [dev-dependencies.regex] version = "1.3.1"