]> git.proxmox.com Git - rustc.git/blob - vendor/hermit-abi/Cargo.toml
New upstream version 1.61.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.2.0"
16 authors = ["Stefan Lankes"]
17 description = "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n"
18 documentation = "https://hermitcore.github.io/rusty-hermit/hermit_abi"
19 readme = "README.md"
20 keywords = ["unikernel", "libos"]
21 categories = ["os"]
22 license = "MIT/Apache-2.0"
23 repository = "https://github.com/hermitcore/rusty-hermit"
24 [package.metadata.docs.rs]
25 default-target = "x86_64-unknown-hermit"
26 features = ["docs"]
27 [dependencies.compiler_builtins]
28 version = "0.1"
29 optional = true
30
31 [dependencies.core]
32 version = "1.0.0"
33 optional = true
34 package = "rustc-std-workspace-core"
35
36 [dependencies.libc]
37 version = "0.2.51"
38 default-features = false
39
40 [features]
41 default = []
42 docs = []
43 rustc-dep-of-std = ["core", "compiler_builtins/rustc-dep-of-std", "libc/rustc-dep-of-std"]