# 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" version = "0.36.0" authors = ["Alex Crichton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model. """ homepage = "https://github.com/bytecodealliance/wit-bindgen" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/bytecodealliance/wasi-rs" [lib] name = "wit_bindgen" path = "src/lib.rs" [dependencies.wit-bindgen-rt] version = "0.36.0" features = ["bitflags"] [dependencies.wit-bindgen-rust-macro] version = "0.36.0" optional = true [features] default = [ "macros", "realloc", ] macros = ["dep:wit-bindgen-rust-macro"] realloc = []