# 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 = "frazzers-utils" version = "0.3.2" authors = ["Luke Eltiste"] description = "A collection of command line tool that I use to make my life easier" readme = "README.md" license = "MIT" repository = "https://github.com/Frazzer951/futils" [package.metadata.wix] eula = false license = false path-guid = "1F39F219-9EE9-47EE-BEE5-E50079651B34" upgrade-guid = "808C8A18-6A7E-4D28-88F4-5423B5B89A3C" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "futils" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.clap_complete] version = "4.4" [dependencies.fs-err] version = "2.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.sqlparse] version = "0.3" [dev-dependencies.tempfile] version = "3.8"