# 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 = "2021" name = "astrai" version = "2.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pretty bad neural network library" readme = "README.md" license = "MIT" repository = "https://git.gay/astro/astrai" [lib] name = "astrai" path = "src/lib.rs" [[bench]] name = "activate" path = "benches/activate.rs" harness = false [dependencies.astrolib] version = "0.1.6" [dependencies.colored] version = "2.1.0" [dependencies.dyn-clone] version = "1.0.17" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.itertools] version = "0.13.0" [dependencies.ndarray] version = "0.16.1" [dependencies.profiling] version = "1.0.15" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.128" optional = true [dependencies.strum] version = "0.26.3" features = ["strum_macros"] [dependencies.strum_macros] version = "0.26.4" [dev-dependencies.blas-src] version = "0.10" [dev-dependencies.criterion] version = "0.5.1" [features] blas = ["ndarray/blas"] default = [ "blas", "serde", ] profile-with-tracy = ["profiling/profile-with-tracy"] serde = [ "dep:serde", "dep:serde_json", "ndarray/serde", ] [target.'cfg(target_os = "macos")'.dev-dependencies.accelerate-src] version = "0.3.2" [target.'cfg(target_os = "macos")'.dev-dependencies.blas-src] version = "0.10" features = ["accelerate"] [target.'cfg(target_os = "windows")'.dev-dependencies.blas-src] version = "0.10" features = ["openblas"] [target.'cfg(target_os = "windows")'.dev-dependencies.openblas-src] version = "0.10.9" features = [ "cblas", "system", ]