# 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 = "lilicore" version = "0.0.1" authors = ["Giovanne"] description = "Core library for Lili, the AI assistant for developers" license = "Apache-2.0" [lib] name = "lilicore" bench = false [dependencies.anyhow] version = "1.0.72" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.git2] version = "0.17.2" [dependencies.ignore] version = "0.4.20" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.open] version = "5.0.0" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.177" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.strum] version = "0.25.0" features = [ "strum_macros", "derive", ]