# 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 = "fuzzy-logic_rs" version = "0.5.0" authors = ["Seyed Mohammad Amin Sadat "] description = "An implementation of fuzzy logic in rust!" homepage = "https://mechaneurons.github.io/" documentation = "https://mechaneurons.github.io/fuzzy-logic-rs/" readme = "./readme.md" keywords = [ "fuzzy-logic", "fuzzy-arithmetics", "fuzzy-control", "AI", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/MechaNeurons/fuzzy-logic-rs" [[example]] name = "speed-control" path = "examples/speed_control.rs" [[example]] name = "tipper" path = "examples/tipper.rs" [[example]] name = "function-approximation" path = "examples/function_approximation.rs" [dependencies] [badges.maintenance] status = "actively-developed"