Bug 1687945 [wpt PR 27273] - [resources] Fix conftest.py for pytest>6, a=testonly
[gecko.git] / third_party / rust / hermit-abi / Cargo.toml
blobd3367fc4e067c258cd324ed6d9cc153f5faf883b
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 name = "hermit-abi"
15 version = "0.1.12"
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 readme = "README.md"
19 keywords = ["unikernel", "libos"]
20 categories = ["os"]
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/hermitcore/rusty-hermit"
23 [package.metadata.docs.rs]
24 default-target = "x86_64-unknown-hermit"
25 features = ["docs"]
26 [dependencies.compiler_builtins]
27 version = "0.1.0"
28 optional = true
30 [dependencies.core]
31 version = "1.0.0"
32 optional = true
33 package = "rustc-std-workspace-core"
35 [dependencies.libc]
36 version = "0.2.51"
37 default-features = false
39 [features]
40 default = []
41 docs = []
42 rustc-dep-of-std = ["core", "compiler_builtins/rustc-dep-of-std", "libc/rustc-dep-of-std"]