# 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 = "douglas" version = "0.1.1" authors = ["Aaron Ross "] description = "A tiny TUI framework built on the Elm architecture" homepage = "https://github.com/superhawk610/douglas" documentation = "https://docs.rs/douglas" readme = "README.md" keywords = [ "terminal", "ui", "tui", "elm", ] categories = [ "command-line-interface", "gui", "rendering", ] license = "MIT" repository = "https://github.com/superhawk610/douglas" resolver = "2" [lib] name = "douglas" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.crossterm] version = "0.21.0" [dependencies.parking_lot] version = "0.11.1"