]> git.proxmox.com Git - rustc.git/blob - vendor/hermit-abi/Cargo.toml
New upstream version 1.76.0+dfsg1
[rustc.git] / vendor / hermit-abi / 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 are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2021"
14 name = "hermit-abi"
15 version = "0.3.3"
16 authors = ["Stefan Lankes"]
17 description = "Hermit system calls definitions."
18 readme = "README.md"
19 keywords = [
20 "unikernel",
21 "libos",
22 ]
23 categories = ["os"]
24 license = "MIT OR Apache-2.0"
25 repository = "https://github.com/hermitcore/hermit-rs"
26
27 [dependencies.alloc]
28 version = "1.0.0"
29 optional = true
30 package = "rustc-std-workspace-alloc"
31
32 [dependencies.compiler_builtins]
33 version = "0.1"
34 optional = true
35
36 [dependencies.core]
37 version = "1.0.0"
38 optional = true
39 package = "rustc-std-workspace-core"
40
41 [features]
42 default = []
43 rustc-dep-of-std = [
44 "core",
45 "alloc",
46 "compiler_builtins/rustc-dep-of-std",
47 ]