# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uptown_funk" version = "0.1.3" authors = ["Bernard Kolobara "] description = "Define host functions compatible with Wasmer and Wasmtime" readme = "Readme.md" license = "Apache-2.0/MIT" [dependencies.smallvec] version = "1.6.1" [dependencies.thiserror] version = "1.0" optional = true [dependencies.uptown_funk_macro] version = "0.1" [dependencies.wasmer] version = "1.0" optional = true [dependencies.wasmtime] version = "0.26" optional = true [features] async = [] default = [] vm-wasmer = ["wasmer", "uptown_funk_macro/vm-wasmer", "thiserror"] vm-wasmtime = ["wasmtime", "uptown_funk_macro/vm-wasmtime"]