# 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 = "wit" version = "0.16.0" authors = ["Peter Huene "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for building and publishing WIT packages to a registry." readme = "README.md" keywords = [ "webassembly", "wasm", "components", "component-model", ] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/cargo-component" [lib] name = "wit" path = "src/lib.rs" [[bin]] name = "wit" path = "src/bin/wit.rs" [[test]] name = "add" path = "tests/add.rs" [[test]] name = "build" path = "tests/build.rs" [[test]] name = "init" path = "tests/init.rs" [[test]] name = "publish" path = "tests/publish.rs" [[test]] name = "update" path = "tests/update.rs" [[test]] name = "version" path = "tests/version.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.bytes] version = "1.6.0" [dependencies.cargo-component-core] version = "0.16.0" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.30" [dependencies.indexmap] version = "2.2.6" [dependencies.log] version = "0.4.21" [dependencies.p256] version = "0.13.2" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rand_core] version = "0.6.4" [dependencies.rpassword] version = "7.3.1" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] default-features = false [dependencies.toml_edit] version = "0.22.9" features = ["serde"] [dependencies.url] version = "2.5.0" features = ["serde"] [dependencies.wasm-metadata] version = "0.215.0" [dependencies.wasm-pkg-client] version = "0.5.0" [dependencies.wit-component] version = "0.215.0" [dependencies.wit-parser] version = "0.215.0" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.tokio-util] version = "0.7.10" [dev-dependencies.warg-client] version = "0.9.0" [dev-dependencies.warg-crypto] version = "0.9.0" [dev-dependencies.warg-protocol] version = "0.9.0" [dev-dependencies.warg-server] version = "0.9.0" [dev-dependencies.wasmparser] version = "0.215.0"