# 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" rust-version = "1.61" name = "cursive_core" version = "0.4.6" authors = ["Alexandre Bury "] build = false include = [ "src/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Core components for the Cursive TUI" documentation = "https://docs.rs/cursive" readme = "README.md" keywords = [ "ncurses", "TUI", "UI", ] categories = [ "command-line-interface", "gui", ] license = "MIT" repository = "https://github.com/gyscos/cursive" [package.metadata.docs.rs] all-features = true [lib] name = "cursive_core" path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.ansi-parser] version = "0.9.0" optional = true [dependencies.compact_str] version = "0.8.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.cursive-macros] version = "0.1.0" [dependencies.enum-map] version = "2.0" [dependencies.enumset] version = "1.1.4" [dependencies.inventory] version = "0.3.1" optional = true [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" default-features = false [dependencies.parking_lot] version = "0.12.1" features = ["arc_lock"] [dependencies.pulldown-cmark] version = "0.11" optional = true default-features = false [dependencies.serde_json] version = "1.0.85" [dependencies.time] version = "0.3" features = [ "local-offset", "formatting", ] [dependencies.toml] version = "0.8" optional = true [dependencies.unicode-segmentation] version = "1" [dependencies.unicode-width] version = "0.1" [dependencies.xi-unicode] version = "0.3" [dev-dependencies.serde_yaml] version = "0.9.11" [features] ansi = ["dep:ansi-parser"] builder = [ "dep:inventory", "cursive-macros/builder", ] default = [] doc-cfg = [] markdown = ["dep:pulldown-cmark"]