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