# 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-flexbox" version = "0.3.0" authors = ["Thomas Frans "] exclude = ["/.github"] description = "Flexbox view for Cursive" readme = "README.md" keywords = [ "tui", "flexbox", "cursive", "layout", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ThomasFrans/cursive-flexbox" [dependencies.cursive_core] version = "0.3.7" [dev-dependencies.crossbeam] version = "0.8.2" [dev-dependencies.cursive] version = "0.20.0" [dev-dependencies.insta] version = "1.28.0"