# 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 = "mavryk-smart-rollup" version = "0.2.2" authors = [ "TriliTech ", "Mavryk Dynamics ", ] description = "SDK for Mavryk Smart Rollup kernel development." readme = "README.md" keywords = [ "tezos", "smart", "rollup", ] categories = [ "wasm", "encoding", "development-tools", ] license = "MIT" repository = "https://gitlab.com/mavryk-network/mavryk-protocol.git" [package.metadata.docs.rs] features = ["testing"] [dependencies.hex] version = "0.4" default-features = false [dependencies.mavryk-smart-rollup-core] version = "0.2.2" default-features = false [dependencies.mavryk-smart-rollup-debug] version = "0.2.2" [dependencies.mavryk-smart-rollup-encoding] version = "0.2.2" default-features = false [dependencies.mavryk-smart-rollup-entrypoint] version = "0.2.2" default-features = false [dependencies.mavryk-smart-rollup-host] version = "0.2.2" default-features = false [dependencies.mavryk-smart-rollup-mock] version = "0.2.2" optional = true [dependencies.mavryk-smart-rollup-storage] version = "0.2.2" optional = true [dependencies.mavryk_crypto_rs] version = "=0.5.2" optional = true default-features = false [dependencies.mavryk_data_encoding] version = "=0.5.2" optional = true [features] alloc = ["mavryk-smart-rollup-entrypoint/alloc"] bls = ["mavryk-smart-rollup-encoding/bls"] crypto = ["mavryk_crypto_rs"] data-encoding = [ "mavryk_data_encoding", "mavryk-smart-rollup-encoding/alloc", "mavryk-smart-rollup-encoding/mavryk-encoding", "mavryk-smart-rollup-encoding/crypto", ] debug_alloc = ["mavryk-smart-rollup-debug/alloc"] default = [ "std", "crypto", "dlmalloc", "panic-hook", "data-encoding", "storage", "bls", "testing", ] dlmalloc = ["mavryk-smart-rollup-entrypoint/dlmalloc"] experimental-host-in-memory-store = [ "mavryk-smart-rollup-entrypoint/proto-alpha", "mavryk-smart-rollup-entrypoint/experimental-host-in-memory-store", ] panic-hook = ["mavryk-smart-rollup-entrypoint/default"] proto-alpha = [ "mavryk-smart-rollup-core/proto-alpha", "mavryk-smart-rollup-host/proto-alpha", "mavryk-smart-rollup-mock/proto-alpha", ] proto-nairobi = [ "mavryk-smart-rollup-core/proto-nairobi", "mavryk-smart-rollup-host/proto-nairobi", "mavryk-smart-rollup-mock/proto-nairobi", ] std = [ "alloc", "debug_alloc", "mavryk-smart-rollup-entrypoint/std", ] storage = ["mavryk-smart-rollup-storage"] testing = [ "crypto", "mavryk-smart-rollup-mock", ] [target."cfg(target_os = \"hermit\")".dependencies.hermit] version = "0.7.2" default-features = false