fuzzy_logic_engine_rs 0.9.0

Fuzzy logic inference engine library in Rust
Documentation
# 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_engine_rs"
version = "0.9.0"
authors = ["Marcin Bielak <marcin.bieli+FuzzyLogicEngineRs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuzzy logic inference engine library in Rust"
homepage = "https://github.com/bieli/fuzzy-logic-engine-rs"
readme = "README.md"
keywords = [
    "fuzzy-logic",
    "fuzzy-control",
    "rules-based",
    "logic",
    "inference",
]
license = "Apache-2.0"
repository = "https://github.com/bieli/fuzzy-logic-engine-rs"

[lib]
name = "fuzzy_logic_engine_rs"
path = "src/lib.rs"

[[example]]
name = "it_department_decision__build_vs_buy"
path = "examples/it_department_decision__build_vs_buy.rs"

[[example]]
name = "motor_control"
path = "examples/motor_control.rs"

[[example]]
name = "private_financial_decisions_at_home"
path = "examples/private_financial_decisions_at_home.rs"

[[example]]
name = "restaurant_tip_level"
path = "examples/restaurant_tip_level.rs"

[[example]]
name = "robotic_behaviours__abstacle_avoidance"
path = "examples/robotic_behaviours__abstacle_avoidance.rs"

[[example]]
name = "smart_irrigation_in_iot_farming"
path = "examples/smart_irrigation_in_iot_farming.rs"

[[example]]
name = "smart_office_energy_management"
path = "examples/smart_office_energy_management.rs"

[[example]]
name = "steering_wheel_in_autonomous_car"
path = "examples/steering_wheel_in_autonomous_car.rs"

[[test]]
name = "fis_tests"
path = "tests/fis_tests.rs"

[[test]]
name = "math_helpers_tests"
path = "tests/math_helpers_tests.rs"

[[test]]
name = "membership_tests"
path = "tests/membership_tests.rs"

[[test]]
name = "output_tests"
path = "tests/output_tests.rs"

[[test]]
name = "rule_tests"
path = "tests/rule_tests.rs"

[[test]]
name = "term_tests"
path = "tests/term_tests.rs"

[[test]]
name = "variable_tests"
path = "tests/variable_tests.rs"

[dependencies.thiserror]
version = "1.0"