# 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 = "daberu" version = "0.1.2" authors = ["Takeru Ohta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command-line tool for conversing with ChatGPT" homepage = "https://github.com/sile/daberu" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sile/daberu" [lib] name = "daberu" path = "src/lib.rs" [[bin]] name = "daberu" path = "src/main.rs" [dependencies.clap] version = "4.3.0" features = [ "derive", "env", ] [dependencies.orfail] version = "1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.ureq] version = "2.6.2" features = ["json"]