# 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 = "replicate-rs" version = "0.8.7" authors = ["KCaverly"] description = "A minimal async http client for Replicate" readme = "README.md" keywords = [ "replicate", "machine-learning", ] license = "MIT" repository = "https://github.com/KCaverly/replicate-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bytes] version = "1.5.0" [dependencies.erased-serde] version = "0.3.31" [dependencies.eventsource-stream] version = "0.2.3" [dependencies.futures-lite] version = "2.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.22" features = ["stream"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.httpmock] version = "0.6.0" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4.2"