# 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 = "gasm" version = "0.0.1" include = [ "src/**/*", "Cargo.toml", "README.md", "build.rs", ] description = "Utility for building Gear programs" readme = "README.md" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/gear-tech/gear" resolver = "2" [dependencies.anyhow] version = "1.0.65" [dependencies.cargo_metadata] version = "0.15.1" [dependencies.colored] version = "2.0.0" [dependencies.log] version = "0.4.17" [dependencies.pathdiff] version = "0.2.1" default-features = false [dependencies.pwasm-utils] version = "0.19.0" [dependencies.thiserror] version = "1.0.37" [dependencies.toml] version = "0.5.9" [dependencies.which] version = "4.3.0"