migu 0.1.2

Cross-shell command history manager. Named after 迷榖, the mythical tree from Shan Hai Jing that keeps you from getting lost.
# 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"
rust-version = "1.70"
name = "migu"
version = "0.1.2"
authors = ["gloria <aatroxfly@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-shell command history manager. Named after 迷榖, the mythical tree from Shan Hai Jing that keeps you from getting lost."
readme = "README.md"
keywords = [
    "shell",
    "history",
    "tui",
    "cli",
    "command",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "GPL-2.0-only"
repository = "https://github.com/zhang-huaimin/migu"

[[bin]]
name = "migu"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.28"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.shell-words]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.whoami]
version = "1"