# 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 = "air-interpreter-interface" version = "0.19.0" authors = ["Fluence Labs"] description = "Interface of the AIR interpreter" documentation = "https://docs.rs/air-interpreter-interface" keywords = [ "fluence", "air", "webassembly", "programming-language", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/interpreter-interface" [lib] name = "air_interpreter_interface" path = "src/lib.rs" [dependencies.air-interpreter-sede] version = "0.1.0" features = ["msgpack"] [dependencies.air-interpreter-value] version = "0.1.0" [dependencies.fluence-it-types] version = "0.4.1" optional = true [dependencies.marine-call-parameters] version = "0.14.0" default-features = false [dependencies.marine-rs-sdk] version = "0.14.0" optional = true [dependencies.serde] version = "1.0.190" [dependencies.serde_bytes] version = "0.11.12" [dependencies.serde_json] version = "1.0.108" [features] default = ["marine"] marine = [ "marine-rs-sdk", "fluence-it-types", "air-interpreter-sede/marine", "marine-call-parameters/marine-abi", ]