# 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 = "anscape" version = "0.2.2" exclude = [".DS_Store"] description = "Anscape provides a simple way to customize your terminal window with some styles and colors and manipulate with a cursor position using ANSI Escape Sequences." documentation = "https://docs.rs/anscape" keywords = [ "color", "terminal", ] license = "MIT" repository = "https://github.com/arg2u/anscape" resolver = "2" [lib] name = "anscape" crate-type = ["lib"] doctest = false doc = true [dependencies.paste] version = "1.0.8"