# 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 = "rock-n-rollup" version = "0.0.6" authors = ["Pierre-Louis Dubois "] build = "build.rs" description = "Framework to ease the development of smart rollups on Tezos" homepage = "https://pilou97.github.io/rock-n-rollup/" readme = "readme.md" keywords = [ "tezos", "smart", "rollup", "layer-2", ] license = "MIT" repository = "https://github.com/Pilou97/rock-n-rollup" resolver = "1" [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.base58] version = "0.1.0" [dependencies.bincode] version = "1.3.3" [dependencies.blake2] version = "0.10.6" [dependencies.ed25519-compact] version = "2.0" default-features = false [dependencies.hex] version = "0.4.3" [dependencies.nom] version = "6.1" [dependencies.rock-n-rollup-macro] version = "0.0.2" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde-json-wasm] version = "0.5.0" [dependencies.sha2] version = "0.9.5" [dependencies.tezos-smart-rollup-encoding] version = "0.1.0" [dependencies.tezos_data_encoding] version = "0.4.4" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13"