# 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" version = "0.2.2" authors = ["TriliTech "] description = "SDK for Tezos Smart Rollup kernel development." readme = "README.md" keywords = [ "tezos", "smart", "rollup", ] categories = [ "wasm", "encoding", "development-tools", ] license = "MIT" repository = "https://gitlab.com/tezos/tezos.git" resolver = "1" [package.metadata.docs.rs] features = ["testing"] [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" default-features = false [dependencies.tezos-smart-rollup-entrypoint] version = "0.2.2" default-features = false [dependencies.tezos-smart-rollup-host] version = "0.2.2" default-features = false [dependencies.tezos-smart-rollup-mock] version = "0.2.2" optional = true [dependencies.tezos-smart-rollup-storage] version = "0.2.2" optional = true [dependencies.tezos_crypto_rs] version = "=0.5.2" optional = true default-features = false [dependencies.tezos_data_encoding] version = "=0.5.2" optional = true [features] alloc = ["tezos-smart-rollup-entrypoint/alloc"] bls = ["tezos-smart-rollup-encoding/bls"] crypto = ["tezos_crypto_rs"] data-encoding = [ "tezos_data_encoding", "tezos-smart-rollup-encoding/default", ] debug_alloc = ["tezos-smart-rollup-debug/alloc"] default = [ "std", "crypto", "dlmalloc", "panic-hook", "data-encoding", "storage", "bls", ] dlmalloc = ["tezos-smart-rollup-entrypoint/dlmalloc"] panic-hook = ["tezos-smart-rollup-entrypoint/default"] proto-alpha = [ "proto-alpha-no-mock", "tezos-smart-rollup-mock/proto-alpha", ] proto-alpha-no-mock = [ "tezos-smart-rollup-core/proto-alpha", "tezos-smart-rollup-host/proto-alpha", ] proto-nairobi = [ "tezos-smart-rollup-core/proto-nairobi", "tezos-smart-rollup-host/proto-nairobi", "tezos-smart-rollup-mock/proto-nairobi", ] std = [ "alloc", "debug_alloc", "tezos-smart-rollup-entrypoint/std", ] storage = ["tezos-smart-rollup-storage"] testing = [ "crypto", "tezos-smart-rollup-mock", ]