# 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.70.0" name = "ark-module" version = "0.17.0-pre.24" authors = ["Embark "] publish = true description = "Ark Wasm module implementation helper" readme = "README.md" license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" targets = [] [lib] test = false doctest = false [dependencies.ark-api] version = "0.17.0-pre.24" [dependencies.ark-api-ffi] version = "0.17.0-pre.24" [dependencies.flexbuffers] version = "2.0" optional = true [dependencies.futures] version = "0.3.4" features = ["alloc"] optional = true default-features = false [dependencies.http] version = "0.2.8" optional = true [dependencies.httparse] version = "1.6" optional = true [dependencies.log] version = "0.4.7" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies] [features] behavior = ["ark-api/behavior"] unstable-servlet = [ "ark-api-ffi/unstable", "http", "httparse", ] with_async = ["futures"] with_serde = [ "serde", "flexbuffers", ]