# 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 = "project_organzier" version = "0.1.0" authors = ["Luke Eltiste"] description = "A CLI Project Manager to create and manage directories for all of your projects" readme = "README.md" license = "MIT" repository = "https://github.com/Frazzer951/fpm" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.0" features = ["cargo"] [dependencies.console] version = "0.15" [dependencies.dialoguer] version = "0.10" [dependencies.dirs] version = "4.0" [dependencies.eyre] version = "0.6" [dependencies.fs-err] version = "2.9.0" [dependencies.indicatif] version = "0.17" [dependencies.prettytable-rs] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.7" [dependencies.turbosql] version = "0.7" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.diff] version = "0.1"