# 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-bindgen-gen-guest-rust" version = "0.3.0" authors = ["Alex Crichton "] description = """ Rust bindings generator for WIT and the component model, typically used through the `wit-bindgen` crate's `generate!` macro. """ homepage = "https://github.com/bytecodealliance/wit-bindgen" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wit-bindgen" [lib] test = false doctest = false [dependencies.clap] version = "4.0.9" features = ["derive"] optional = true [dependencies.heck] version = "0.4" features = ["unicode"] [dependencies.wit-bindgen-core] version = "0.3.0" [dependencies.wit-bindgen-gen-rust-lib] version = "0.3.0" [dependencies.wit-component] version = "0.6.0" [dev-dependencies]