# 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 = "myself" version = "0.5.0" description = "Myself is a Rust library for building conversational agents powered by OpenAI's language model, providing a simple Agent abstraction to manage interactions and memory." homepage = "https://community.minsky.cc/projects/myself" documentation = "https://docs.rs/myself" readme = "README.md" license = "MIT" repository = "https://github.com/minskylab/myself" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.24" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_derive] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.sqlx] version = "0.6.3" features = [ "postgres", "runtime-tokio-native-tls", "uuid", "time", "chrono", "offline", ] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.uuid] version = "1.3.1" features = ["v4"] [dev-dependencies.async-graphql] version = "5.0.7" [dev-dependencies.async-graphql-warp] version = "5.0.7" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.http] version = "0.2.9" [dev-dependencies.warp] version = "0.3.4"