[package]
edition = "2021"
rust-version = "1.70"
name = "neo-syscalls"
version = "0.5.8"
authors = ["R3E Network <team@r3e.network>"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Neo N3 Syscall Definitions"
homepage = "https://github.com/r3e-network/neo-devpack-rust"
documentation = "https://docs.rs/neo-syscalls"
readme = false
keywords = [
"neo",
"neovm",
"blockchain",
"smart-contracts",
"syscalls",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/r3e-network/neo-devpack-rust"
[features]
default = ["std"]
std = [
"neo-types/std",
"neo-types/serde",
]
[lib]
name = "neo_syscalls"
path = "src/lib.rs"
[dependencies.neo-types]
version = "0.5.8"
default-features = false
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.once_cell]
version = "1.19"