klaster 0.2.0

Machine learning library providing modern clusterning algorithms for the Rust programming language
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 = "klaster"
version = "0.2.0"
authors = ["Piotr Jabłoński"]
build = false
exclude = [
    ".github",
    ".gitmodules",
    ".gitignore",
    "thesis",
    "examples/*",
    "docs/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Machine learning library providing modern clusterning algorithms for the Rust programming language"
homepage = "https://github.com/Depermitto/klaster"
documentation = "https://docs.rs/klaster"
readme = "README.md"
keywords = [
    "clustering",
    "deep-clustering",
    "k-means",
    "machine-learning",
    "unsupervised",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Depermitto/klaster"

[lib]
name = "klaster"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.approx]
version = "0.5.1"

[dependencies.burn]
version = "~0.18"
features = [
    "std",
    "tui",
    "train",
    "vision",
    "wgpu",
    "fusion",
    "vulkan",
]
default-features = false

[dependencies.burn-ndarray]
version = "0.18.0"

[dependencies.derive-new]
version = "0.7.0"

[dependencies.image]
version = "0.25.9"

[dependencies.mnist]
version = "0.6.0"

[dependencies.ndarray]
version = "0.15.6"
features = ["rayon"]

[dependencies.rand]
version = "0.9.1"

[dependencies.serde]
version = "1.0.221"

[dependencies.tqdm]
version = "0.8.0"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.chrono]
version = "0.4.42"

[dev-dependencies.clap]
version = "4.5.47"

[dev-dependencies.hdbscan]
version = "0.11.0"

[dev-dependencies.linfa]
version = "0.7.1"

[dev-dependencies.linfa-clustering]
version = "0.7.1"

[dev-dependencies.linfa-datasets]
version = "0.7.1"
features = ["generate"]

[dev-dependencies.linfa-preprocessing]
version = "0.7.1"

[dev-dependencies.mnist]
version = "0.6.0"

[dev-dependencies.ndarray-rand]
version = "0.15.0"

[dev-dependencies.serde]
version = "1.0.221"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.145"