valkyrie-wit 0.0.1

Generate external type bindings for the valkyrie language
Documentation
[package]
name = "valkyrie-wit"
version = "0.0.1"
authors = ["Aster <192607617@qq.com>"]
description = "Generate external type bindings for the valkyrie language"
repository = "https://github.com/oovm/sub_projects"
documentation = "https://docs.rs/sub_projects"
readme = "readme.md"
license = "MPL-2.0"
edition = "2021"
exclude = ["package.json", "tests/**"]

[dependencies]
itertools = "0.11.0"
heck = "0.4.1"
indexmap = "2.1.0"
anyhow = "1.0.75"
id-arena = "2.2.1"
wit-parser = "0.12.2"
wit-component = "0.17.0"
wit-bindgen-markdown = "0.13.1"
wit-bindgen-core = "0.13.1"
wit-bindgen-csharp = "0.13.1"
wit-bindgen-teavm-java = "0.13.1"
wit-bindgen-rust = "0.13.2"

[dev-dependencies]

[features]
default = []

[package.metadata.docs.rs]
all-features = true