# 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 = "krabby-cli" version = "0.1.0" authors = ["João Lacerda "] description = "A tiny project manager!" homepage = "https://github.com/jpedrodelacerda/krabby" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jpedrodelacerda/krabby" [lib] path = "src/lib.rs" [[bin]] name = "krabby" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.3.3" features = [ "derive", "cargo", ] [dependencies.dirs] version = "4.0.0" [dependencies.indexmap] version = "1.9.3" features = ["serde"] [dependencies.owo-colors] version = "3.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5.9" [dev-dependencies.rand] version = "0.8.4"