[[bin]]
name = "ClawFoxyVision"
path = "src/main.rs"
[build-dependencies.built]
version = "0.8.0"
[dependencies.anyhow]
version = "1.0.75"
[dependencies.bincode]
version = "2.0.1"
[dependencies.burn]
features = ["tch", "ndarray", "train"]
version = "0.17.0"
[dependencies.burn-autodiff]
version = "0.17.0"
[dependencies.burn-core]
version = "0.17.0"
[dependencies.burn-ndarray]
version = "0.17.0"
[dependencies.burn-tch]
version = "0.17.0"
[dependencies.burn-train]
version = "0.17.0"
[dependencies.chrono]
version = "0.4.34"
[dependencies.log]
version = "0.4.27"
[dependencies.ndarray]
version = "0.16.1"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.polars]
features = ["lazy", "strings", "temporal", "rolling_window"]
version = "0.47.1"
[dependencies.polars-utils]
version = "0.47.1"
[dependencies.rand]
version = "0.9.1"
[dependencies.rayon]
version = "1.7.0"
[dependencies.rustalib]
version = "1.0.8"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tempfile]
version = "3.0"
[dependencies.thiserror]
version = "2.0.11"
[lib]
name = "ClawFoxyVision"
path = "src/lib.rs"
[package]
authors = ["ClawFoxyVision Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "mathematics", "algorithms", "finance"]
description = "Advanced financial time series forecasting library using LSTM, GRU, and CNN-LSTM neural networks for price prediction with Rust and Burn"
documentation = "https://docs.rs/ClawFoxyVision"
edition = "2021"
exclude = ["src/test/*", "examples/*", "target/*", "models/*", "Cargo.lock", ".gitignore", "ClawFoxyVision_250px.png", "ClawFoxyVision.png", "cursor-extensions.txt", "rustfmt.toml", "run_experiment.sh", "run_model.sh"]
homepage = "https://github.com/rustic-ml/ClawFoxyVision"
keywords = ["time-series", "forecasting", "lstm", "neural-networks", "price-prediction"]
license = "MIT"
name = "ClawFoxyVision"
readme = "README.md"
repository = "https://github.com/rustic-ml/ClawFoxyVision"
version = "0.2.0"