# 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 = "tcgeneric" version = "0.11.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generic data types used internally by TinyChain" readme = "README.md" categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [lib] name = "tcgeneric" path = "src/lib.rs" [dependencies.async-hash] version = "0.5" [dependencies.async-trait] version = "0.1" [dependencies.destream] version = "0.8" features = ["smallvec"] [dependencies.futures] version = "0.3" [dependencies.get-size] version = "0.1" [dependencies.get-size-derive] version = "0.1" [dependencies.hex] version = "0.4" [dependencies.pathlink] version = "0.3" features = ["all"] [dependencies.safecast] version = "0.2" [dependencies.serde] version = "1.0" features = [] [dependencies.sha2] version = "0.10" [dependencies.smallvec] version = "1.13" [dependencies.tc-error] version = "0.12"