# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cursive_buffered_backend-git-branchless" version = "0.5.1-pre.2" authors = ["Alexander Gavrilov "] 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" [dependencies.cursive] version = "=0.17.0-alpha.0" default_features = false [dependencies.cursive_core] version = "=0.3.0-alpha.0" [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"