# 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 = "pantry-rs" version = "0.0.4" authors = ["Julia Merz "] description = "Rust API for working with the pantry project, found in https://github.com/JuliaMerz/pantry" homepage = "https://github.com/JuliaMerz/pantry" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JuliaMerz/pantry-rs" [dependencies.chrono] version = "0.4.26" features = [ "clock", "wasmbind", "std", "serde", ] [dependencies.futures] version = "0.3.28" [dependencies.futures-timer] version = "3.0.2" [dependencies.hyper] version = "0.14" features = [ "default", "stream", ] [dependencies.hyper-tls] version = "0.5" [dependencies.quick-error] version = "2.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sse-codec] version = "0.3.2" [dependencies.uuid] version = "1.3.4" features = [ "serde", "v4", ] [dev-dependencies.llm] version = "0.1.1" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tokio] version = "^1.28.0" features = ["full"] [dev-dependencies.tokio-test] version = "^0.4.0" [target."cfg(not(windows))".dependencies.hyperlocal] version = "0.8"