neo-syscalls 0.5.8

Neo N3 Syscall Definitions
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"
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"