# 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 = "lili" version = "0.0.1" authors = ["Giovanne"] description = "AI Assistant for Developers" readme = "README.md" license = "Apache-2.0" [package.metadata.bundle] category = "Developer Tool" deb_depends = [] identifier = "com.lili-project.cli" long_description = """ Lili is an AI assistant for developers. It helps you to generate code through natural language. """ osx_frameworks = [] resources = [] short_description = "AI Assistant for Developers" version = "1.0.0" [[bin]] name = "lili" test = false bench = false [dependencies.anyhow] version = "1.0.72" [dependencies.crossterm] version = "0.26.1" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.lilicore] version = "0.0.1" [dependencies.open] version = "5.0.0" [dependencies.ratatui] version = "0.22.0" features = ["all-widgets"] [dependencies.rustyline] version = "12.0.0" [dependencies.strum] version = "0.25.0" features = ["strum_macros"] [dependencies.tiktoken-rs] version = "0.5.0" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.url-escape] version = "0.1.1"