# 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" rust-version = "1.71.0" name = "glide-rs" version = "0.1.0" authors = ["EinStack "] description = "A minimal EinStack client." homepage = "https://www.einstack.ai/" documentation = "https://docs.rs/glide-rs" readme = "./README.md" keywords = [ "ai", "llm", "gateway", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/EinStack/glide-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "hello" path = "examples/hello.rs" [dependencies.futures] version = "0.3" features = [] optional = true default-features = false [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.reqwest-websocket] version = "0.4" features = ["json"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" features = [] [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.38" features = [ "macros", "rt-multi-thread", ] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] streaming = [ "dep:reqwest-websocket", "dep:futures", ]