# 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 = "wrpc-interface-blobstore" version = "0.21.0" authors = ["Roman Volosatovs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "wRPC blobstore interface" homepage = "https://github.com/wrpc/blobstore" readme = "README.md" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/wrpc/blobstore" [lib] name = "wrpc_interface_blobstore" path = "src/lib.rs" [[test]] name = "rust" path = "tests/rust.rs" [dependencies.wit-bindgen-wrpc] version = "0.9" default-features = false [dev-dependencies.anyhow] version = "1" features = ["std"] default-features = false [dev-dependencies.async-nats] version = "0.37" default-features = false [dev-dependencies.bytes] version = "1" default-features = false [dev-dependencies.futures] version = "0.3" features = ["async-await"] default-features = false [dev-dependencies.test-log] version = "0.2" features = [ "color", "log", "trace", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "process", "rt-multi-thread", ] default-features = false [dev-dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dev-dependencies.wrpc-cli] version = "0.4" features = ["nats"] default-features = false [dev-dependencies.wrpc-transport-nats] version = "0.27" features = ["async-nats-0_37"] default-features = false