# 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" rust-version = "1.63.0" name = "yield-progress" version = "0.1.7" exclude = [ ".github", ".vscode", ] publish = true description = "Combined progress reporting and cooperative task yielding." readme = "README.md" keywords = [ "yield", "progressbar", ] categories = [ "asynchronous", "gui", "wasm", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kpreid/yield-progress" [[example]] name = "interactive-cancel" test = false required-features = ["sync"] [dependencies.log] version = "0.4.17" optional = true default-features = false [dependencies.web-time] version = "1.0.0" optional = true [dev-dependencies.tokio] version = "1.28.0" features = [ "rt", "sync", "macros", "signal", "time", ] default-features = false [features] default = ["sync"] log_hiccups = [ "dep:log", "dep:web-time", ] sync = []