# 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 = "raen" version = "0.1.1" authors = ["Willem Wyndham "] default-run = "raen" description = "CLI for building and deploying NEAR smart Contracts" readme = "README.md" keywords = [ "WebAssembly", "Wasm", "wit", "WasmInterfaceTypes", "NEAR", ] license = "MIT" repository = "https://github.com/raendev/raen" [lib] name = "raen" path = "src/lib.rs" [[bin]] name = "raen" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.bat] version = "0.21.0" [dependencies.brotli] version = "3.3.4" features = ["std"] [dependencies.cargo-witgen] version = "0.13.0" [dependencies.cargo_metadata] version = "0.15" [dependencies.clap] version = "=3.1.8" features = [ "derive", "cargo", ] [dependencies.clap-cargo-extra] version = "0.2.0" [dependencies.filetime] version = "0.2.17" [dependencies.wasm-opt] version = "0.110.1" [dependencies.witgen] version = "0.12.0" [dependencies.witme] version = "0.3.1" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.predicates] version = "2.1.1" features = ["regex"] [dev-dependencies.wit-parser] version = "0.0.2" package = "aha-wit-parser"