frlearn_api 0.1.0

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

[features]
balltree = []
default = []
eif = ["frlearn_descriptors/eif"]
kdtree = []
sae = ["frlearn_descriptors/sae"]
svm = ["frlearn_descriptors/svm"]

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

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

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

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

[dependencies.frlearn_core]
version = "=0.1.0"

[dependencies.frlearn_descriptors]
version = "=0.1.0"

[dependencies.frlearn_math]
version = "=0.1.0"

[dependencies.frlearn_neighbor]
version = "=0.1.0"

[dependencies.frlearn_neighbours]
version = "=0.1.0"

[dependencies.frlearn_preprocess]
version = "=0.1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.ndarray]
version = "0.16.1"

[dev-dependencies.rand]
version = "0.8"