# 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-installer-config" version = "0.2.2" authors = [ "TriliTech ", "Mavryk Dynamics ", ] description = "Installer configuration for installer kernel of Mavryk Smart Rollups." keywords = [ "tezos", "smart", "rollup", "installer", "config", ] categories = [ "development-tools", "parser-implementations", "config", "no-std::no-alloc", ] license = "MIT" repository = "https://gitlab.com/mavryk-network/mavryk-protocol.git" [dependencies.hex] version = "0.4.3" optional = true [dependencies.mavryk-smart-rollup-core] version = "0.2.2" default-features = false [dependencies.mavryk-smart-rollup-encoding] version = "0.2.2" default-features = false [dependencies.mavryk-smart-rollup-host] version = "0.2.2" default-features = false [dependencies.mavryk_crypto_rs] version = "=0.5.2" optional = true default-features = false [dependencies.mavryk_data_encoding] version = "=0.5.2" optional = true [dependencies.nom] version = "7.1" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.thiserror] version = "1.0" optional = true [dev-dependencies.mavryk-smart-rollup-mock] version = "0.2.2" [features] alloc = [ "mavryk_data_encoding", "mavryk-smart-rollup-host/alloc", "mavryk-smart-rollup-encoding/alloc", "mavryk-smart-rollup-encoding/mavryk-encoding", "serde", "serde_yaml", "hex", "mavryk_crypto_rs", "thiserror", ] default = ["std"] std = ["alloc"] testing = []