[package] name = "prgrs" description = "prgrs is a progress bar for rust, that aims to work like the python package tqdm" version = "0.6.4" authors = ["phil0x2e "] edition = "2018" license = "MIT" readme = "README.md" documentation = "https://docs.rs/prgrs" repository = "https://github.com/phil0x2e/prgrs/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] terminal_size = "0.1"