# 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 = "rsfuzzymind" version = "0.1.0" authors = ["fadedreams7 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for fuzzy logic that includes fuzzy set operations, rule-based evaluations, and inference for determining priorities." homepage = "https://github.com/fadedreams/rsfuzzymind" documentation = "https://github.com/fadedreams/rsfuzzymind" readme = "README.md" keywords = [ "fuzzy", "logic", "fuzzy_logic", "fuzzy_set", "inference_engine", ] categories = ["no-std"] license-file = "LICENSE" repository = "https://github.com/fadedreams/rsfuzzymind" [lib] name = "rsfuzzymind" path = "src/lib.rs" [dependencies]