# 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 = "tc-tensor" version = "0.8.0" authors = ["code@tinychain.net"] description = "TinyChain's Tensor collection type" readme = "README.md" keywords = [ "tinychain", "tensor", "gpu", "ml", "parallel", ] categories = [ "concurrency", "data-structures", "hardware-support", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [dependencies.afarray] version = "~0.14.3" [dependencies.arrayfire] version = "3.8" [dependencies.async-trait] version = "0.1" [dependencies.collate] version = "~0.2.3" features = ["complex"] [dependencies.destream] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" features = ["release_max_level_warn"] [dependencies.num_cpus] version = "1.13" [dependencies.pin-project] version = "1.0" [dependencies.safecast] version = "~0.1.2" [dependencies.strided] version = "~0.2.9" [dependencies.tc-error] version = "0.7" [dependencies.tc-table] version = "0.7" [dependencies.tc-transact] version = "0.16" features = ["tensor"] [dependencies.tc-value] version = "0.8" [dependencies.tcgeneric] version = "0.6"