]> git.proxmox.com Git - rustc.git/blob - vendor/wasi-0.9.0+wasi-snapshot-preview1/Cargo.toml
New upstream version 1.51.0+dfsg1
[rustc.git] / vendor / wasi-0.9.0+wasi-snapshot-preview1 / Cargo.toml
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]
14 edition = "2018"
15 name = "wasi"
16 version = "0.9.0+wasi-snapshot-preview1"
17 authors = ["The Cranelift Project Developers"]
18 description = "Experimental WASI API bindings for Rust"
19 documentation = "https://docs.rs/wasi"
20 readme = "README.md"
21 keywords = ["webassembly", "wasm"]
22 categories = ["no-std", "wasm"]
23 license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
24 repository = "https://github.com/bytecodealliance/wasi"
25 [dependencies.compiler_builtins]
26 version = "0.1"
27 optional = true
28
29 [dependencies.core]
30 version = "1.0"
31 optional = true
32 package = "rustc-std-workspace-core"
33
34 [dependencies.rustc-std-workspace-alloc]
35 version = "1.0"
36 optional = true
37
38 [features]
39 default = ["std"]
40 rustc-dep-of-std = ["compiler_builtins", "core", "rustc-std-workspace-alloc"]
41 std = []
42 [badges.maintenance]
43 status = "experimental"