]> git.proxmox.com Git - rustc.git/blame - vendor/fortanix-sgx-abi/Cargo.toml
New upstream version 1.47.0~beta.2+dfsg1
[rustc.git] / vendor / fortanix-sgx-abi / Cargo.toml
CommitLineData
0731742a
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
3dfed10e 6# to registry (e.g., crates.io) dependencies
0731742a
XL
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]
14name = "fortanix-sgx-abi"
3dfed10e
XL
15version = "0.3.3"
16authors = ["Fortanix, Inc."]
0731742a 17description = "An interface for Intel SGX enclaves. This is the interface for the\n`x86_64-fortanix-unknown-sgx` target.\n\nThis is a small yet functional interface suitable for writing larger enclaves. \nIn contrast to other enclave interfaces, this interface is primarly designed \nfor running entire applications in an enclave.\n\nThis crate fully describes the type-level interface complete with \ndocumentation. For implementors, this crate contains all the type definitions\nand a macro with the function definitions.\n"
3dfed10e
XL
18homepage = "https://edp.fortanix.com/"
19documentation = "https://edp.fortanix.com/docs/api/fortanix_sgx_abi/"
0731742a
XL
20keywords = ["sgx", "enclave"]
21categories = ["os"]
22license = "MPL-2.0"
23repository = "https://github.com/fortanix/rust-sgx"
24[package.metadata.docs.rs]
25features = ["docs"]
26[dependencies.compiler_builtins]
27version = "0.1.0"
28optional = true
29
30[dependencies.core]
31version = "1.0.0"
32optional = true
33package = "rustc-std-workspace-core"
34
35[features]
36docs = []
37rustc-dep-of-std = ["core", "compiler_builtins/rustc-dep-of-std"]