# 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 = "liriodendron" version = "0.2.0" authors = ["trapped_in_a_while_loop "] description = "Procedural Pixellized 2D Textures Generator with TUI" license = "MIT" [dependencies.better-panic] version = "0.2.0" [dependencies.chrono] version = "0.4.13" [dependencies.crossterm] version = "0.17.4" [dependencies.futures] version = "0.1.29" [dependencies.image] version = "0.23.8" [dependencies.num] version = "0.3.0" [dependencies.radix_fmt] version = "1.0.0" [dependencies.rand] version = "0.7.3" [dependencies.structopt] version = "0.3.16" default-features = false [dependencies.tokio-threadpool] version = "0.1.18" [dependencies.tui] version = "0.10.0" features = ["crossterm"] default-features = false