# 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 = "tezos-smart-rollup-storage" version = "0.2.2" authors = ["TriliTech "] description = "Higher-level transactional account view over Tezos Smart Rollup durable storage." readme = "README.md" keywords = [ "tezos", "smart", "rollup", ] categories = [ "database", "wasm", ] license = "MIT" repository = "https://gitlab.com/tezos/tezos.git" resolver = "1" [dependencies.tezos-smart-rollup-core] version = "0.2.2" default-features = false [dependencies.tezos-smart-rollup-debug] version = "0.2.2" [dependencies.tezos-smart-rollup-encoding] version = "0.2.2" features = [ "alloc", "tezos-encoding", "crypto", ] default-features = false [dependencies.tezos-smart-rollup-host] version = "0.2.2" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.tezos-smart-rollup-core] version = "0.2.2" features = ["testing"] [dev-dependencies.tezos-smart-rollup-mock] version = "0.2.2" [features] default = ["tezos-smart-rollup-host/default"]