# 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 = "rustic_print" version = "0.1.1" authors = ["Jordan Schnur "] description = "A versatile Rust library for enhancing console output. It offers a range of features to create a more engaging and informative command-line interface." readme = "README.md" keywords = [ "console-printing", "rust-library", "formatted-output", "cli-enhancement", "text-styling", ] categories = [ "command-line-interface", "text-processing", "development-tools", "value-formatting", ] license = "MIT" repository = "https://github.com/jordan-schnur/Rustic-Print" [dependencies.crossterm] version = "0.27"