# SPDX-FileCopyrightText: 2023 Marigold # SPDX-FileCopyrightText: 2022-2023 TriliTech # # SPDX-License-Identifier: MIT [package] name = "tezos-smart-rollup-core" edition = "2021" version = "0.2.2" license = "MIT" authors = ["TriliTech "] repository = "https://gitlab.com/tezos/tezos.git" description = "Low-level host function definitions & constants for Tezos Smart Rollups." keywords = ["tezos", "smart", "rollup"] categories = ["no-std", "no-std::no-alloc", "api-bindings", "wasm"] [dependencies.mockall] version = "0.11.0" optional = true [features] "testing" = ["mockall"] "proto-nairobi" = [] "proto-alpha" = []