# 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-encoding" version = "0.2.2" authors = [ "TriliTech ", "Mavryk Dynamics ", ] description = "Data Encodings used by Mavryk Smart Rollup kernels." readme = "README.md" keywords = [ "mavryk", "smart", "rollup", ] categories = [ "no-std", "no-std::no-alloc", "encoding", "wasm", ] license = "MIT" repository = "https://gitlab.com/mavryk-network/mavryk-protocol.git" [lib] path = "src/lib.rs" [dependencies.hex] version = "0.4.3" optional = true [dependencies.mavryk-smart-rollup-core] 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.mavryk_data_encoding_derive] version = "=0.5.2" optional = true [dependencies.nom] version = "7.1" default-features = false [dependencies.num-bigint] version = "0.3" optional = true [dependencies.num-traits] version = "0.2.8" optional = true [dependencies.proptest] version = "1.0" optional = true [dependencies.regex] version = "1.4.6" optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.time] version = "0.3" features = [ "formatting", "parsing", ] optional = true [features] alloc = [ "crypto", "thiserror", "hex", "num-traits", "num-bigint", "regex", ] bls = ["mavryk_crypto_rs/bls"] crypto = ["mavryk_crypto_rs"] default = [ "alloc", "mavryk-encoding", "crypto", "bls", ] mavryk-encoding = [ "mavryk_data_encoding", "mavryk_data_encoding_derive", "time", ] proto-alpha = [ "mavryk-smart-rollup-core/proto-alpha", "mavryk-smart-rollup-host/proto-alpha", ] testing = [ "crypto", "num-bigint", "num-traits", "proptest", ]