# 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-collection" version = "0.4.0" authors = ["code@tinychain.net"] description = "TinyChain's collection types" readme = "README.md" keywords = [ "tinychain", "btree", "table", "tensor", "collection", ] categories = [ "database", "database-implementations", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [dependencies.async-hash] version = "0.5" [dependencies.async-trait] version = "0.1" [dependencies.b-table] version = "0.2" features = ["all"] [dependencies.b-tree] version = "0.3" features = ["all"] [dependencies.collate] version = "0.4" features = ["stream"] [dependencies.destream] version = "0.7" [dependencies.ds-ext] version = "~0.1.3" [dependencies.freqfs] version = "0.9" features = ["logging"] [dependencies.futures] version = "0.3" [dependencies.ha-ndarray] version = "0.3" features = [ "freqfs", "stream", ] [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.num_cpus] version = "1.16" [dependencies.pin-project] version = "1.1" [dependencies.rayon] version = "1.8" [dependencies.safecast] version = "0.2" [dependencies.smallvec] version = "1.11" [dependencies.tc-error] version = "0.11" [dependencies.tc-scalar] version = "0.4" [dependencies.tc-transact] version = "0.20" [dependencies.tc-value] version = "0.12" [dependencies.tcgeneric] version = "0.10" [dependencies.tokio] version = "1.35" features = ["sync"] [features] opencl = ["ha-ndarray/opencl"]