# 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-error" version = "0.12.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TinyChain's generic error struct" readme = "README.md" keywords = [ "tinychain", "error", "service", "mesh", ] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/haydnv/tinychain.git" [lib] name = "tc_error" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.destream] version = "0.8" [dependencies.ha-ndarray] version = "0.4" optional = true [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.pathlink] version = "0.3" [dependencies.rjwt] version = "0.6" optional = true [dependencies.serde] version = "1.0" [dependencies.txfs] version = "0.4" optional = true [dependencies.txn_lock] version = "0.10" optional = true