simian 0.2.1

A command-line tool for exploring and implementing Machine Learning algorithms in Rust.
# 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 = "simian"
version = "0.2.1"
build = "build.rs"
exclude = [
    "ui/node_modules",
    "ui/dist",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for exploring and implementing Machine Learning algorithms in Rust."
readme = "README.md"
license = "MIT"
repository = "https://github.com/nosebit/simian"

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

[[bin]]
name = "simian"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-stream]
version = "0.3.5"

[dependencies.axum]
version = "0.8"
features = ["multipart"]

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.5"

[dependencies.candle-core]
version = "0.10.2"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "5.0.1"

[dependencies.headless_chrome]
version = "1.0.22"
features = ["fetch"]

[dependencies.hf-hub]
version = "0.5.0"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.mime_guess]
version = "2.0.4"

[dependencies.open]
version = "5.1.4"

[dependencies.plotly]
version = "0.14.1"
features = ["kaleido"]

[dependencies.polars]
version = "0.41"
features = [
    "csv",
    "parquet",
    "lazy",
    "describe",
]

[dependencies.rand]
version = "0.10.1"

[dependencies.ratatui]
version = "0.30.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "json",
]

[dependencies.rust-embed]
version = "8.4.0"
features = ["interpolate-folder-path"]

[dependencies.safetensors]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.slug]
version = "0.1.6"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "fs",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "3.10.1"

[build-dependencies.anyhow]
version = "1.0.102"

[profile.dev]
split-debuginfo = "unpacked"

[profile.dev.package."*"]
debug = 0