# 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 = "termal" version = "1.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for fancy colored cli using ansi codes" homepage = "https://github.com/BonnyAD9/termal" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/BonnyAD9/termal" [lib] name = "termal" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[example]] name = "sixel" path = "examples/sixel.rs" [dependencies.termal_core] version = "1.1.0" [dependencies.termal_proc] version = "1.1.0"