# 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 = "2018" name = "cursive_buffered_backend" version = "0.6.2" authors = ["Alexander Gavrilov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The buffering backend for any Cursive backend" readme = "README.md" keywords = [ "termion", "TUI", "UI", "Cursive", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/agavrilov/cursive_buffered_backend" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{date}}" search = "ReleaseDate" [lib] name = "cursive_buffered_backend" path = "src/lib.rs" [dependencies.cursive_core] version = "0.3.1" [dependencies.enumset] version = "1" [dependencies.log] version = "0" [dependencies.smallvec] version = "1" [dependencies.unicode-segmentation] version = "1" [dependencies.unicode-width] version = "0" [badges.travis-ci] repository = "agavrilov/cursive_buffered_backend"