# SPDX-FileCopyrightText: 2022-2023 TriliTech # SPDX-FileCopyrightText: 2023 Marigold "] repository = "https://gitlab.com/tezos/tezos.git" description = "Higher-level transactional account view over Tezos Smart Rollup durable storage." keywords = ["tezos", "smart", "rollup"] categories = ["database", "wasm"] [dependencies] thiserror = "1.0" [dependencies.tezos-smart-rollup-core] path = "../core" version = "0.2.2" default-features = false [dependencies.tezos-smart-rollup-host] path = "../host" version = "0.2.2" default-features = false [dependencies.tezos-smart-rollup-debug] path = "../debug" version = "0.2.2" [dependencies.tezos-smart-rollup-encoding] path = "../encoding" version = "0.2.2" default-features = false features = ["alloc", "tezos-encoding", "crypto"] [dev-dependencies.tezos-smart-rollup-core] path = "../core" version = "0.2.2" features = ["testing"] [dev-dependencies.tezos-smart-rollup-mock] path = "../mock" version = "0.2.2" [features] default = ["tezos-smart-rollup-host/default"]