# 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 = "wasmcloud-component" version = "0.2.0" authors = ["The wasmCloud Team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "wasmCloud component library giving access to interfaces provided by wasmCloud host runtime" readme = "README.md" categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/wasmCloud/wasmCloud" [lib] name = "wasmcloud_component" path = "src/lib.rs" [dependencies.anyhow] version = "1" default-features = false [dependencies.futures] version = "0.3" features = ["std"] optional = true default-features = false [dependencies.http] version = "1" features = ["std"] optional = true default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.tokio] version = "1" optional = true default-features = false [dependencies.uuid] version = "1" optional = true default-features = false [dependencies.wasi] version = "0.13.3" features = ["std"] default-features = false [dependencies.wit-bindgen] version = "0.32" features = ["macros"] default-features = false [features] default = [ "futures", "http", "rand", "tokio", "uuid", ]