# 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 = "async_t" version = "0.7.0" description = "zero-cost async-traits" readme = "README.md" keywords = [ "async-trait", "async", ] license = "MIT" repository = "https://github.com/znx3p0/async_t" [dependencies.async-trait] version = "0.1.56" optional = true [dependencies.async_t_internal] version = "0.7.0" [features] boxed = ["async-trait"]