# 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 = "witme" version = "0.3.1" authors = ["Willem Wyndham "] description = "Tools for generating to and from wit format" keywords = [ "WebAssembly", "Wasm", "wit", "WasmInterfaceTypes", ] license = "MIT" repository = "https://github.com/ahalabs/witme" resolver = "2" [lib] name = "witme" path = "src/lib.rs" [[bin]] name = "witme" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.cargo-witgen] version = "0.13.0" [dependencies.clap] version = "=3.1.8" features = [ "derive", "cargo", ] [dependencies.near-sdk-witgen] version = "0.0.2" [dependencies.walrus] version = "0.19.0" [dependencies.wit-bindgen-gen-ts-near] version = "0.3.0" [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"