# 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 = "mias_channel" version = "0.1.0" authors = ["Levbeta "] description = "A library that supports bi-directional channels by wrapping others" homepage = "https://github.com/Levbeta/mias_channel" documentation = "https://docs.rs/mias_channel" readme = "README.md" keywords = [ "channel", "async", "communication", "tokio", ] categories = [ "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/Levbeta/mias_channel" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["sync"] [dev-dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "macros", ]