# 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-transact" version = "0.20.0" authors = ["code@tinychain.net"] description = "Traits and locking utilities for a TinyChain transaction." readme = "README.md" keywords = [ "tinychain", "transaction", "executor", ] categories = [ "concurrency", "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.destream] version = "0.7" [dependencies.freqfs] version = "0.9" features = ["all"] [dependencies.futures] version = "0.3" [dependencies.get-size] version = "0.1" [dependencies.get-size-derive] version = "0.1" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.num_cpus] version = "1.16" [dependencies.rand] version = "0.8" [dependencies.safecast] version = "0.2" [dependencies.sha2] version = "0.10" [dependencies.tc-error] version = "0.11" [dependencies.tc-value] version = "0.12" [dependencies.tcgeneric] version = "0.10" [dependencies.tokio] version = "1.35" features = ["sync"] [dependencies.txfs] version = "0.3" features = ["logging"] [dependencies.txn_lock] version = "0.9" features = ["logging"]