# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "corgi" version = "0.9.9" authors = ["Patrick Song "] description = "Machine learning, and automatic differentation implementation for Rust" homepage = "https://github.com/patricksongzy/corgi" readme = "README.md" keywords = ["machine-learning", "neural-network", "deep-learning", "autograd", "tensor"] categories = ["mathematics", "science"] license = "MIT" repository = "https://github.com/patricksongzy/corgi" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [dependencies.approx] version = "0.4.0" [dependencies.cblas-sys] version = "0.1.4" optional = true [dependencies.mimalloc] version = "0.1.26" default-features = false [dependencies.netlib-src] version = "0.8.0" optional = true [dependencies.openblas-src] version = "0.10.4" optional = true [dependencies.rand] version = "0.8.3" [features] blas = [] f32 = [] netlib = ["blas", "cblas-sys", "netlib-src/static"] openblas = ["blas", "cblas-sys", "openblas-src/static"]