# 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-chain" version = "0.5.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TinyChain's BlockChain and SyncChain data structures" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [lib] name = "tc_chain" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.7" [dependencies.destream] version = "0.8" [dependencies.freqfs] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.get-size] version = "0.1" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.16" [dependencies.safecast] version = "0.2" [dependencies.tbon] version = "0.6" [dependencies.tc-collection] version = "0.5" [dependencies.tc-error] version = "0.12" [dependencies.tc-scalar] version = "0.5" [dependencies.tc-transact] version = "0.21" [dependencies.tc-value] version = "0.13" [dependencies.tcgeneric] version = "0.11" [features] btree = ["tc-collection/btree"] opencl = ["tc-collection/opencl"] table = ["tc-collection/table"] tensor = ["tc-collection/tensor"]