# 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 = "luminal" version = "0.2.0" description = "Deep learning at the speed of light." readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.colored] version = "2.0.4" [dependencies.dyn-clone] version = "1.0.12" [dependencies.half] version = "2.3.1" features = [ "num-traits", "rand_distr", ] [dependencies.itertools] version = "0.11.0" [dependencies.luminal_macro] version = "0.2.0" [dependencies.matrixmultiply] version = "0.3.8" [dependencies.memmap2] version = "0.7.1" features = ["stable_deref_trait"] [dependencies.num-traits] version = "0.2.16" [dependencies.petgraph] version = "0.6.4" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.5" [dependencies.rustc-hash] version = "1.1.0" [dependencies.safetensors] version = "0.3.1" [dependencies.term_size] version = "0.3.2" [dependencies.tinyvec] version = "1.6.0" [dependencies.urlencoding] version = "2.1.2" [dependencies.webbrowser] version = "0.8.10" [dev-dependencies.byteorder] version = "1.5.0" [dev-dependencies.clap] version = "4.4.18" features = ["derive"] [dev-dependencies.dfdx] version = "0.13" features = ["f16"] [dev-dependencies.rust_tokenizers] version = "8.1.0" [features] cuda = []