# 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 = "promkit-async" version = "0.1.1" authors = ["ynqa "] description = "Async for promkit" readme = "README.md" license = "MIT" repository = "https://github.com/ynqa/promkit" [lib] name = "promkit_async" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.crossterm] version = "0.27.0" features = [ "use-dev-tty", "event-stream", ] [dependencies.futures] version = "0.3.30" [dependencies.futures-timer] version = "3.0.3" [dependencies.promkit] version = "=0.4.0" [dependencies.tokio] version = "1.36.0" features = ["full"]