# 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 = "pchain_compile" version = "0.4.3" authors = ["ParallelChain Lab "] description = "ParallelChain Smart Contract Compile CLI - A command line tool for compiling ParallelChain Smart Contract." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/parallelchain-io/pchain-compile" [lib] name = "pchain_compile" path = "src/lib.rs" [[bin]] name = "pchain_compile" path = "src/bin/main.rs" [dependencies.bollard] version = "0.14.0" [dependencies.cargo] version = "0.72.2" [dependencies.cargo_toml] version = "0.11.5" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.dunce] version = "1.0.2" [dependencies.faccess] version = "0.2.4" [dependencies.flate2] version = "1.0.26" [dependencies.futures-util] version = "0.3.28" [dependencies.rand] version = "0.6.0" [dependencies.tar] version = "0.4.38" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19" features = ["full"] [dependencies.walrus] version = "=0.12" [dependencies.wasm-opt] version = "=0.114.0" [dependencies.wasm-snip] version = "=0.4.0"