# 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 = "interm" version = "0.1.1" authors = ["Dimitrios Pouris "] exclude = ["examples/*"] description = "InTerm is a library for creating interactive terminal applications." homepage = "https://github.com/dpouris/interm" documentation = "https://docs.rs/interm" readme = "README.md" keywords = [ "terminal", "cli", "tui", "user-interface", "terminal-graphics", ] categories = [ "terminal", "command-line-utilities", "user-interfaces", "development-tools", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/dpouris/interm" [lib] name = "interm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "download_sync" path = "examples/download_sync.rs" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "^1.32" features = [ "rt", "macros", "sync", "time", "rt-multi-thread", ]