[dependencies.ghostflow-autograd]
optional = true
version = "0.1.0"
[dependencies.ghostflow-core]
version = "0.1.0"
[dependencies.ghostflow-cuda]
optional = true
version = "0.1.0"
[dependencies.ghostflow-data]
optional = true
version = "0.1.0"
[dependencies.ghostflow-ffi]
optional = true
version = "1.0.0"
[dependencies.ghostflow-ml]
optional = true
version = "0.1.0"
[dependencies.ghostflow-nn]
optional = true
version = "0.1.0"
[dependencies.ghostflow-optim]
optional = true
version = "0.1.0"
[dependencies.ghostflow-serve]
optional = true
version = "1.0.0"
[dependencies.ghostflow-wasm]
optional = true
version = "1.0.0"
[features]
autograd = ["dep:ghostflow-autograd"]
cuda = ["dep:ghostflow-cuda"]
data = ["dep:ghostflow-data"]
default = ["nn", "ml", "autograd", "optim", "data", "simd", "cuda", "ffi", "wasm", "serve"]
ffi = ["dep:ghostflow-ffi"]
full = ["nn", "ml", "autograd", "optim", "data", "simd", "cuda", "ffi", "wasm", "serve"]
ml = ["dep:ghostflow-ml"]
nn = ["dep:ghostflow-nn"]
optim = ["dep:ghostflow-optim"]
serve = ["dep:ghostflow-serve"]
simd = ["ghostflow-core/simd"]
wasm = ["dep:ghostflow-wasm"]
[lib]
name = "ghost_flow"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "Complete machine learning framework in Rust - tensors, neural networks, 85+ ML algorithms, GPU acceleration, WASM, FFI, and model serving - all included by default"
documentation = "https://docs.rs/ghost-flow"
edition = "2021"
homepage = "https://github.com/choksi2212/ghost-flow"
keywords = ["machine-learning", "deep-learning", "neural-network", "tensor", "ml"]
license = "MIT OR Apache-2.0"
name = "ghost-flow"
readme = "README.md"
repository = "https://github.com/choksi2212/ghost-flow"
version = "1.1.1"