sallyport 0.6.3

API for the Enarx hypervisor-microkernel boundary
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sallyport"
version = "0.6.3"
authors = ["The Enarx Project Developers"]
description = "API for the Enarx hypervisor-microkernel boundary"
readme = "README.md"
keywords = [
    "enarx",
    "syscall",
]
categories = ["no-std"]
license = "Apache-2.0"
repository = "https://github.com/enarx/enarx"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[dependencies.gdbstub]
version = "0.6"
optional = true
default-features = false

[dependencies.goblin]
version = "0.5"
features = ["elf64"]
default-features = false

[dev-dependencies.libc]
version = "0.2.126"
features = ["extra_traits"]
default-features = false

[dev-dependencies.serial_test]
version = "0.8"
default-features = false

[dev-dependencies.testaso]
version = "0.1"
default-features = false

[features]
doc = ["dep:gdbstub"]