# 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 = "genauai-kernel" version = "0.0.2" description = "Kernel library for Genau AI" readme = "readme.md" license = "MIT" repository = "https://github.com/genauai/kernel" [lib] name = "genauai_kernel" path = "src/lib.rs" [dependencies.async-openai] version = "0.10.3" [dependencies.chrono] version = "0.4.24" [dependencies.dirs] version = "5.0.0" [dependencies.dotenv] version = "0.15.0" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.rustyline] version = "11.0.0" [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.0" features = ["full"]