Remove maintenance badges from the Cargo.toml files. (#6286)
Several of these badges were out of date, with some crates in wide production use marked as "experimental". Insted of trying to keep them up to date, just remove them, since they are [no longer displayed on crates.io]. [no longer displayed on crates.io]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
This commit is contained in:
@@ -24,9 +24,6 @@ wasmtime-component-util = { workspace = true }
|
||||
wasmtime-wit-bindgen = { workspace = true }
|
||||
wit-parser = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dev-dependencies]
|
||||
wasmtime = { path = '../wasmtime', features = ['component-model'] }
|
||||
component-macro-test-helpers = { path = 'test-helpers' }
|
||||
|
||||
@@ -36,9 +36,6 @@ wat = { workspace = true }
|
||||
name = "factc"
|
||||
required-features = ['component-model']
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
component-model = [
|
||||
"dep:wasm-encoder",
|
||||
|
||||
@@ -17,9 +17,6 @@ object = { workspace = true, optional = true }
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
rustix = { workspace = true, features = ["mm", "param", "time"], optional = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
gdb_jit_int = ["once_cell"]
|
||||
perf_jitdump = ["rustix", "object"]
|
||||
|
||||
@@ -39,6 +39,3 @@ ittapi = { version = "0.3.3", optional = true }
|
||||
[features]
|
||||
jitdump = ['wasmtime-jit-debug']
|
||||
vtune = ['ittapi']
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
@@ -50,9 +50,6 @@ once_cell = { workspace = true }
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
async = ["wasmtime-fiber"]
|
||||
|
||||
|
||||
@@ -41,9 +41,6 @@ features = [
|
||||
"Win32_Networking_WinSock",
|
||||
]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
default = ["trace_log"]
|
||||
# This feature enables the `tracing` logs in the calls to target the `log`
|
||||
|
||||
@@ -16,6 +16,3 @@ anyhow = { workspace = true }
|
||||
wasi-crypto = { path = "spec/implementations/hostcalls/rust", version = "0.1.5" }
|
||||
wasmtime = { workspace = true }
|
||||
wiggle = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -22,6 +22,3 @@ thiserror = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
walkdir = "2.3"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -18,6 +18,3 @@ rand = "0.8"
|
||||
wasi-common = { workspace = true }
|
||||
wasmtime = { workspace = true }
|
||||
wasmtime-wasi = { workspace = true, features = ["exit"] }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -56,9 +56,6 @@ tempfile = "3.0"
|
||||
wasmtime-wasi = { path = "../wasi" }
|
||||
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync" }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
default = [
|
||||
'async',
|
||||
|
||||
@@ -15,8 +15,5 @@ wasmtime = { workspace = true, features = ['cranelift'] }
|
||||
wast = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
component-model = ['wasmtime/component-model']
|
||||
|
||||
@@ -20,9 +20,6 @@ async-trait = { workspace = true }
|
||||
wasmtime = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dev-dependencies]
|
||||
wiggle-test = { path = "test-helpers" }
|
||||
proptest = "1.0.0"
|
||||
|
||||
@@ -21,6 +21,3 @@ heck = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
shellexpand = "2.0"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
@@ -21,6 +21,3 @@ thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { version = "0.3.1", default-features = false, features = ['fmt'] }
|
||||
env_logger = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
Reference in New Issue
Block a user