# 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 = "linera-witty" version = "0.10.5" authors = ["Linera "] description = "Generation of WIT compatible host code from Rust code" homepage = "https://linera.dev" documentation = "https://docs.rs/linera-witty/latest/linera_witty/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linera-io/linera-protocol" [dependencies.anyhow] version = "1.0.80" [dependencies.either] version = "1.10.0" [dependencies.frunk] version = "0.4.2" [dependencies.linera-witty-macros] version = "0.10.5" optional = true [dependencies.thiserror] version = "1.0.57" [dependencies.wasmer] version = "=3.1.1" features = ["singlepass"] optional = true [dependencies.wasmer-vm] version = "=3.1.1" optional = true [dependencies.wasmtime] version = "1.0" optional = true [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tracing] version = "0.1.40" [build-dependencies.cfg_aliases] version = "0.2.0" [features] default = ["macros"] macros = ["linera-witty-macros"] test = ["linera-witty-macros?/test"] wasmer = [ "dep:wasmer", "linera-witty-macros?/wasmer", "wasmer-vm", ] wasmtime = [ "dep:wasmtime", "linera-witty-macros?/wasmtime", ]