trezoa-define-syscall 3.2.2

Trezoa define_syscall macro and core syscall definitions.
Documentation
[features]
unstable-static-syscalls = []

[lib]
name = "trezoa_define_syscall"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_feature, values("static-syscalls"))']
level = "warn"
priority = 0

[package]
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trezoa define_syscall macro and core syscall definitions."
documentation = "https://docs.rs/trezoa-define-syscall"
edition = "2021"
homepage = "https://trezoa.xyz/"
license = "Apache-2.0"
name = "trezoa-define-syscall"
readme = false
repository = "https://github.com/Trezoa-team/trezoa-define-syscall"
version = "3.2.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]