# 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 = "tca-rs" version = "0.1.0" authors = ["Nikita Patskov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind." homepage = "https://github.com/patskovn/tca-rs.git" readme = "README.md" license = "MIT" [lib] name = "tca" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.futures] version = "0.3.30" [dependencies.lock_api] version = "0.4.12" [dependencies.log] version = "0.4.22" [dependencies.parking_lot] version = "0.12.3" [dependencies.tokio] version = "1.39.2" features = ["full"]