Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
CLI tool to generate bindings for WIT documents and the component model.
"""
Expand Down Expand Up @@ -65,7 +64,6 @@ wit-bindgen-markdown = { path = 'crates/markdown', version = '0.61.1' }
wit-bindgen-moonbit = { path = 'crates/moonbit', version = '0.61.1' }
wit-bindgen-go = { path = 'crates/go', version = '0.61.1' }
wit-bindgen-d = { path = 'crates/d', version = '0.61.1' }
wit-bindgen = { path = 'crates/guest-rust', version = '0.61.1', default-features = false }
wit-bindgen-test = { path = 'crates/test', version = '0.61.1' }

[workspace.lints.clippy]
Expand Down
1 change: 0 additions & 1 deletion crates/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
C bindings generator for WIT and the component model, typically used through the
`wit-bindgen-cli` crate.
Expand Down
1 change: 0 additions & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Low-level support for bindings generation based on WIT files for use with
`wit-bindgen-cli` and other languages.
Expand Down
1 change: 0 additions & 1 deletion crates/csharp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
C# bindings generator for WIT and the component model, typically used
through the `wit-bindgen-cli` crate.
Expand Down
1 change: 0 additions & 1 deletion crates/d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
D bindings generator for WIT and the component model, typically used through the
`wit-bindgen-cli` crate.
Expand Down
1 change: 0 additions & 1 deletion crates/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Go bindings generator for WIT and the component model, typically used through the
`wit-bindgen-cli` crate.
Expand Down
1 change: 0 additions & 1 deletion crates/guest-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
Expand Down
4 changes: 3 additions & 1 deletion crates/guest-rust/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Procedural macro paired with the `wit-bindgen` crate.
"""

[lints]
workspace = true

[lib]
proc-macro = true
doctest = false
Expand Down
1 change: 0 additions & 1 deletion crates/markdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Markdown generator for WIT and the component model, typically used
through the `wit-bindgen-cli` crate.
Expand Down
1 change: 0 additions & 1 deletion crates/moonbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
MoonBit bindings generator for WIT and the component model, typically used
through the `wit-bindgen-cli` crate.
Expand Down
1 change: 0 additions & 1 deletion crates/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Rust bindings generator for WIT and the component model, typically used through
the `wit-bindgen` crate's `generate!` macro.
Expand Down
3 changes: 3 additions & 0 deletions crates/test-helpers/codegen-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition.workspace = true
publish = false

[lints]
workspace = true

[lib]
proc-macro = true
doctest = false
Expand Down
2 changes: 0 additions & 2 deletions crates/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Backend of the `wit-bindgen test` subcommand
"""
readme = "README.md"

[lints]
workspace = true
Expand Down
Loading