# 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 = "nu-hist" version = "0.1.0" authors = ["tnixxc@gmail.com"] description = "A simple script to read the .sqlite3 file of nushell's history and display stats" readme = "readme.md" keywords = ["nushell"] categories = ["visualization"] license = "MIT" repository = "https://github.com/tnixc/nu-hist" [dependencies.chrono] version = "0.4.31" [dependencies.comfy-table] version = "7.1.0" [dependencies.inline_colorization] version = "0.1.6" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.30.0"