# 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 = "propr" version = "1.4.2" authors = ["Niels Segers "] description = "Generate PR descriptions from the command line" homepage = "https://github.com/segersniels/propr-cli/" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/segersniels/propr-cli/" [profile.release] opt-level = "z" lto = "thin" panic = "abort" strip = true [dependencies.async-openai] version = "0.17.1" [dependencies.clap] version = "4.2.5" [dependencies.confy] version = "0.5.1" [dependencies.dialoguer] version = "0.10.4" [dependencies.dirs] version = "5.0.1" [dependencies.human-panic] version = "1.1.4" [dependencies.octocrab] version = "0.21.0" [dependencies.reqwest] version = "0.11.17" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.spinners] version = "4.1.0" [dependencies.tokio] version = "1.28.0" features = ["full"]