# 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-value" version = "0.13.1" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TinyChain's representation of a value which can be collated and stored." readme = "README.md" keywords = [ "tinychain", "scalar", "value", "collate", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [lib] name = "tc_value" path = "src/lib.rs" [dependencies.async-hash] version = "0.5" features = ["smallvec"] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.7" [dependencies.collate] version = "0.4" [dependencies.destream] version = "0.8" features = ["smallvec"] [dependencies.email-address-parser] version = "2.0" [dependencies.futures] version = "0.3" [dependencies.get-size] version = "0.1" [dependencies.get-size-derive] version = "0.1" [dependencies.handlebars] version = "6.0" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" features = [] [dependencies.number-general] version = "0.12" features = ["all"] [dependencies.safecast] version = "0.2" [dependencies.serde] version = "1.0" features = [] [dependencies.serde_json] version = "1.0" features = [] [dependencies.smallvec] version = "1.13" features = ["serde"] [dependencies.tc-error] version = "0.12" [dependencies.tcgeneric] version = "0.11" [dependencies.uuid] version = "1.10" features = ["v4"]