# 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 = "refac" version = "0.1.2" description = """ Transform some text given a generic natural language prompt. """ readme = "README.md" categories = [ "command-line-utilities", "text-processing", "text-editors", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bddap/refac" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.toml] version = "0.7.3" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.xdg] version = "2.4.1"