# 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 = "l2" version = "1.0.3" authors = ["Bilal Khan "] description = "L2 is a Pytorch-style Tensor+Autograd library written in Rust" homepage = "https://github.com/bkkaggle/L2" documentation = "https://docs.rs/l2" readme = "README.md" license = "MIT" repository = "https://github.com/bkkaggle/L2" [package.metadata.docs.rs] targets = ["x86_64-apple-darwin"] [dependencies.blas] version = "0.20.0" [dependencies.blas-src] version = "0.6" features = ["accelerate"] [dependencies.rand] version = "0.7.3" [dependencies.rand_distr] version = "0.2.2"