# 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-math" version = "0.7.0" authors = ["code@tinychain.net"] description = "Mathematical algorithms for TinyChain tensors. DEPRECATED." readme = "README.md" keywords = [ "tinychain", "tensor", "math", ] categories = [ "algorithms", "concurrency", "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [dependencies.log] version = "0.4" features = ["release_max_level_warn"] [dependencies.tc-error] version = "0.7" [dependencies.tc-tensor] version = "0.8" [dependencies.tc-transact] version = "0.16" features = ["tensor"] [dependencies.tc-value] version = "0.8" [dependencies.tcgeneric] version = "0.6"