# 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 = "d-stu" version = "0.1.5" authors = ["David Doose "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Display Stuff Library" readme = "README.md" keywords = [ "terminal", "console", "ui", ] license = "LGPL-3.0-only" repository = "https://github.com/DavidD12/d-stu" [lib] name = "d_stuff" path = "src/lib.rs" [[bin]] name = "main" path = "bin/main.rs" [dependencies.terminal_size] version = "0.2.1" [dependencies.termion] version = "2.0.1" [dependencies.textwrap] version = "0.16"