# 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 = "cobalt-async" version = "0.4.0" authors = ["harrison.ai Data Engineering "] include = [ "Cargo.toml", "src/*", "README.md", "CHANGELOG.md", "LICENCE", ] publish = true description = "This library provides a collection of helpful functions for working with async Rust." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/harrison-ai/cobalt-async/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.66" optional = true [dependencies.crc32fast] version = "1.3.2" optional = true [dependencies.futures] version = "0.3.25" [dependencies.pin-project-lite] version = "0.2.9" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.tokio] version = "1.22.0" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.2" [features] checksum = [ "crc32fast", "anyhow", ] default = [] full = ["checksum"]