# 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 = "exhibit" version = "0.2.0" description = "A small Rust library for controlling the display of any Displayable type" readme = "README.md" license-file = "LICENSE" [[example]] name = "interactive" required-features = ["cursor-crossterm"] [dependencies.cfg-if] version = "1.0.0" default-features = false [dependencies.crossterm] version = "0.24.0" optional = true default-features = false [dependencies.similar] version = "2.1.0" optional = true default-features = false [dependencies.strip-ansi-escapes] version = "0.1.1" optional = true default-features = false [dependencies.termion] version = "1.5.6" optional = true default-features = false [dependencies.unicode-width] version = "0.1.9" optional = true default-features = false [dev-dependencies.console] version = "0.15.0" default-features = false [dev-dependencies.insta] version = "1.16.0" default-features = false [features] ansi = [ "similar/text", "strip-ansi-escapes", ] cursor = ["cursor-crossterm"] cursor-crossterm = ["crossterm"] cursor-termion = ["termion"] default = [ "ansi", "cursor", "unicode", ] unicode = ["unicode-width"]