# 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 = "printer" version = "0.7.3" authors = ["Nbiba Bedis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstraction over terminal manipulation" readme = "README.md" license = "MIT" repository = "https://github.com/sigmaSd/IRust/tree/master/crates/printer" [package.metadata.workspaces] independent = true [lib] name = "printer" path = "src/lib.rs" [[example]] name = "shell" path = "examples/shell.rs" [[bench]] name = "printer" path = "benches/printer.rs" [dependencies.crossterm] version = "0.27.0" features = ["use-dev-tty"] [dependencies.unicode-width] version = "0.1.10"