# 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 = "latitude-sdk" version = "1.0.0" authors = ["Dominik Spitzli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for integrating with the Latitude API." homepage = "https://latitude.so" readme = "README.md" keywords = [ "latitude", "api", "cloud", "llm", "prompt", ] categories = [ "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/NewtTheWolf/latitude-rs" [lib] name = "latitude_sdk" path = "src/lib.rs" [dependencies.async-sse] version = "5.1.0" [dependencies.bytes] version = "1.8.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41" [dependencies.tokio-stream] version = "0.1.16" [dependencies.tokio-util] version = "0.7.12" features = ["compat"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.11.0" features = ["serde"] [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.uuid] version = "1" features = [ "serde", "v4", ]