# 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 = "termo" version = "0.16.0" authors = ["incredimo"] description = "yet another terminal ui framework" license = "MIT" repository = "https://xo.rs" [lib] path = "src/lib.rs" [dependencies.chrono] version = "0.4.24" [dependencies.colored_json] version = "4.0.0" [dependencies.crossterm] version = "0.27.0" [dependencies.inquire] version = "0.6.1" [dependencies.kdam] version = "0.5.0" features = [ "spinner", "template", "gradient", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde_json] version = "1.0.104" [dependencies.termo_gen] version = "1.0.3"