frlearn_core 0.1.0

Core traits, errors, and score utilities for the FuzzyRough Rust workspace.
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 = "2024"
name = "frlearn_core"
version = "0.1.0"
authors = ["Nitish Das"]
build = false
exclude = [
    "target/**",
    "**/*.tmp",
    "**/*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits, errors, and score utilities for the FuzzyRough Rust workspace."
readme = "README.md"
keywords = [
    "fuzzy",
    "rough-sets",
    "machine-learning",
    "classification",
]
categories = [
    "algorithms",
    "science",
]
license = "MIT"
repository = "https://github.com/nitishdas99-star/FuzzyRough"
resolver = "2"

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

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

[dependencies.ndarray]
version = "0.16.1"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.approx]
version = "0.5.1"