# 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-installer" version = "0.2.2" authors = ["TriliTech "] include = [ "src/", "installer.wasm", "README.md", ] description = "Installer client for Tezos Smart Rollups." readme = "README.md" keywords = [ "tezos", "smart", "rollup", "installer", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://gitlab.com/tezos/tezos.git" resolver = "1" [[bin]] name = "smart-rollup-installer" path = "src/main.rs" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.serde_yaml] version = "0.9" [dependencies.tezos-smart-rollup-encoding] version = "0.2.2" default-features = false [dependencies.tezos-smart-rollup-host] version = "0.2.2" [dependencies.tezos-smart-rollup-installer-config] version = "0.2.2" [dependencies.tezos_data_encoding] version = "=0.5.2" [dependencies.thiserror] version = "1.0" [dependencies.wasm-gen] version = "0.1.4" [dev-dependencies]