]> git.proxmox.com Git - rustc.git/blame - vendor/wasi/Cargo.toml
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / wasi / Cargo.toml
CommitLineData
e1599b0c
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "wasi"
1b1a35ee 16version = "0.10.0+wasi-snapshot-preview1"
e1599b0c
XL
17authors = ["The Cranelift Project Developers"]
18description = "Experimental WASI API bindings for Rust"
19documentation = "https://docs.rs/wasi"
20readme = "README.md"
21keywords = ["webassembly", "wasm"]
22categories = ["no-std", "wasm"]
23license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
60c5eb7d 24repository = "https://github.com/bytecodealliance/wasi"
e1599b0c
XL
25[dependencies.compiler_builtins]
26version = "0.1"
27optional = true
28
29[dependencies.core]
30version = "1.0"
31optional = true
32package = "rustc-std-workspace-core"
33
34[dependencies.rustc-std-workspace-alloc]
35version = "1.0"
36optional = true
37
38[features]
60c5eb7d 39default = ["std"]
e1599b0c 40rustc-dep-of-std = ["compiler_builtins", "core", "rustc-std-workspace-alloc"]
60c5eb7d 41std = []
e1599b0c
XL
42[badges.maintenance]
43status = "experimental"