# 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 = "well" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "chat with your codebase" readme = "README.md" license = "MIT" repository = "https://github.com/xhjkl/well" resolver = "2" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 strip = true [[bin]] name = "well" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.colored] version = "2.1.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.git2] version = "0.19.0" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.monostate] version = "0.1.13" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tree-sitter] version = "0.22.6" [dependencies.tree-sitter-python] version = "0.21.0" [dependencies.tree-sitter-rust] version = "0.21.2" [dependencies.tree-sitter-typescript] version = "0.21.2"