# 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 = "cursive-extras" version = "0.13.1" authors = ["Noah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extra views for the Cursive TUI library as well some helper functions and macros" readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.com/NoahJelen/cursive-extras" [package.metadata.docs.rs] all-features = true [lib] name = "cursive_extras" path = "src/lib.rs" doctest = false [dependencies.crossbeam-channel] version = "^0" [dependencies.cursive_core] version = ">= 0.4.6" [dependencies.image] version = "^0" optional = true [dependencies.itertools] version = "^0" optional = true [dependencies.lazy_static] version = "^1.4.0" optional = true [dependencies.regex] version = "^1" optional = true [dependencies.rust-utils] version = ">= 0.15.0" [dependencies.unicode-width] version = "^0" [dev-dependencies.cursive] version = ">= 0.21.1" [features] advanced = [] image_view = [ "dep:image", "dep:itertools", ] log_view = [ "dep:regex", "dep:lazy_static", ] tabs = []