]> git.proxmox.com Git - rustc.git/blobdiff - vendor/hermit-abi/Cargo.toml
New upstream version 1.69.0+dfsg1
[rustc.git] / vendor / hermit-abi / Cargo.toml
index 6ec8e2aa7ce971fb8ed6324b36aa3ea17c5e87df..30bb616edc9f1c0389f81ac59272e7f0f0afd9bf 100644 (file)
 [package]
 edition = "2021"
 name = "hermit-abi"
-version = "0.3.1"
+version = "0.3.0"
 authors = ["Stefan Lankes"]
-description = "Hermit system calls definitions."
+description = """
+hermit-abi is small interface to call functions from the unikernel RustyHermit.
+It is used to build the target `x86_64-unknown-hermit`.
+"""
+documentation = "https://hermitcore.github.io/rusty-hermit/hermit_abi"
 readme = "README.md"
 keywords = [
     "unikernel",
@@ -25,6 +29,10 @@ license = "MIT OR Apache-2.0"
 repository = "https://github.com/hermitcore/rusty-hermit"
 resolver = "1"
 
+[package.metadata.docs.rs]
+features = ["docs"]
+default-target = "x86_64-unknown-hermit"
+
 [dependencies.alloc]
 version = "1.0.0"
 optional = true
@@ -41,6 +49,7 @@ package = "rustc-std-workspace-core"
 
 [features]
 default = []
+docs = []
 rustc-dep-of-std = [
     "core",
     "alloc",