# 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" name = "devai" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command Agent runner to accelerate production coding. File based, fully customizable, NOT for building snake games." homepage = "https://github.com/jeremychone/rust-devai" readme = "README.md" keywords = [ "generative-ai", "openai", "genai", "ai-coding", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jeremychone/rust-devai" [[bin]] name = "devai" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = [ "cargo", "derive", ] [dependencies.derive_more] version = "1.0.0-beta" features = ["from"] [dependencies.genai] version = "0.1.9" [dependencies.handlebars] version = "6" [dependencies.html-escape] version = "0.2" [dependencies.keyring] version = "3" features = ["apple-native"] [dependencies.rhai] version = "1.19" features = ["sync"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simple-fs] version = "=0.1.5" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.value-ext] version = "0.0.3" [lints.rust] unsafe_code = "forbid"