# 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.80.1" name = "fcf" version = "0.2.6" authors = ["Wojciech ZwoliƄski"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple rust cli tool built to make accessing your configs faster" readme = "README.md" keywords = [ "configuration", "config", "cli", "tool", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/kyod741/fcf" [package.metadata.precommit] fmt = "cargo fmt" lint = "cargo clippy" [[bin]] name = "fcf" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dev-dependencies.cargo] version = "0.82.0" [dev-dependencies.pre-commit] version = "0.5.2"