# 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.56.0" name = "elvwasm" version = "1.0.0" exclude = [ "samples/*", "scripts/*", "build.rs", ".gitignore", ".github/*", "doc.tpl", "mock/*", ] description = "Contains and collects the bitcode extension API for the Eluvio content fabric" homepage = "https://eluvio.co/" readme = "README.md" keywords = [ "eluvio", "content", "fabric", ] categories = [ "api-bindings", "wasm", ] license = "Apache-2.0" repository = "https://github.com/eluv-io/elv-wasm" [lib] crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.base64] version = "0.21.0" [dependencies.json_dotpath] version = "1.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.156" [dependencies.serde_derive] version = "1.0.156" [dependencies.serde_json] version = "1.0.94" [dependencies.snailquote] version = "0.3.1" [dependencies.structopt] version = "0.3.25" [dependencies.thiserror] version = "1.0.30" [dependencies.wapc] version = "1.0.0" [dependencies.wapc-guest] version = "1.0"