# 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 = "chest-rs" version = "0.2.0" authors = ["Wayan-Gwie Lapointe"] exclude = [ "tools/**/*", ".github/**/*", ] description = "A multiplatform CLI command organizer" readme = "README.md" license = "MIT" repository = "https://github.com/Dauthdaert/chest" [profile.dev.package."*"] opt-level = 3 [profile.dist] lto = "thin" inherits = "release" [profile.release] codegen-units = 1 [[bin]] name = "chest" path = "src/main.rs" [dependencies.async-std] version = "1.12" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.directories] version = "5.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.promptly] version = "0.3.1" [dependencies.regex] version = "1.9.6" [dependencies.simplelog] version = "0.12" [dependencies.sqlx] version = "0.7" features = [ "runtime-async-std", "sqlite", ] [dependencies.tui] version = "0.23" package = "ratatui" [dependencies.tui-input] version = "0.8"