blob: b6e67c3b22585e4614efff726ba400722a64c9bf [file] [log] [blame] [edit]
# 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 = "wasi-preview1-component-adapter-provider"
version = "24.0.0"
authors = ["The Wasmtime Project Developers"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded wasi-preview1-component-adapter binaries"
documentation = "https://docs.rs/wasi-preview1-component-adapter-provider/"
readme = "README.md"
keywords = [
"webassembly",
"wasm",
]
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "wasi_preview1_component_adapter_provider"
path = "src/lib.rs"
[dependencies]
[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"