# 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.74" name = "wasmer-api" version = "0.1.0" authors = ["Wasmer Engineering Team "] description = "Client library for the Wasmer GraphQL API" homepage = "https://wasmer.io/" documentation = "https://docs.rs/wasmer-api" readme = "README.md" license = "MIT" repository = "https://github.com/wasmerio/wasmer" [dependencies.anyhow] version = "1" [dependencies.cynic] version = "3.7.2" features = ["http-reqwest"] [dependencies.futures] version = "0.3" [dependencies.harsh] version = "0.2.2" [dependencies.merge-streams] version = "0.1.2" [dependencies.pin-project-lite] version = "0.2.10" [dependencies.reqwest] version = "0.12.0" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_path_to_error] version = "0.1.14" [dependencies.time] version = "0.3" features = [ "formatting", "parsing", ] [dependencies.tokio] version = "1.39.0" default-features = false [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" features = ["serde"] [dependencies.wasmer-config] version = "0.9.0" [dependencies.webc] version = "6.1.0" features = ["package"] default-features = false [dev-dependencies.base64] version = "0.22.0" [dev-dependencies.tokio] version = "1.39.0" features = [ "macros", "rt", ] default-features = false [dev-dependencies.uuid] version = "1" features = ["v4"] [target."cfg(target_family = \"wasm\")".dependencies.getrandom] version = "0.2.14" features = ["js"]