# 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-cached-text-view" version = "0.1.1" description = "An implementation of Cursive's TextView that caches the rows" homepage = "https://github.com/night-crawler/cursive-cached-text-view" readme = "README.md" license = "MIT" repository = "https://github.com/night-crawler/cursive-cached-text-view" [dependencies.cursive] version = "0.20" [dependencies.lru] version = "0.10.0" [dependencies.owning_ref] version = "0.4.1" [dependencies.unicode-width] version = "0.1.10"