# 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 = "ristory" version = "0.1.7" authors = ["Lan4h <15997426361@sina.cn>"] description = "A tool for finding history zsh commands." license = "MIT" resolver = "2" [dependencies.crossterm] version = "0.25" features = ["serde"] [dependencies.encoding_rs] version = "0.8.31" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.itertools] version = "0.9.0" [dependencies.tui] version = "0.19" features = [ "crossterm", "serde", ] default-features = false