neo-devpack 0.14.0

Neo N3 Rust Development Pack for Smart Contract Development
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-devpack"
version = "0.14.0"
authors = ["R3E Network <team@r3e.network>"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "examples/**/*",
    "README.md",
    "Cargo.toml",
    "../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Neo N3 Rust Development Pack for Smart Contract Development"
homepage = "https://github.com/r3e-network/neo-devpack-rust"
documentation = "https://docs.rs/neo-devpack"
readme = "README.md"
keywords = [
    "neo",
    "neovm",
    "blockchain",
    "smart-contracts",
    "sdk",
]
categories = [
    "cryptography::cryptocurrencies",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/r3e-network/neo-devpack-rust"

[features]
default = ["std"]
serde = [
    "dep:postcard",
    "dep:serde",
    "dep:serde_json",
]
std = [
    "serde",
    "neo-types/std",
    "neo-types/serde",
    "neo-syscalls/std",
    "neo-runtime/std",
    "postcard/use-std",
    "serde/std",
    "serde_json/std",
]

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

[[example]]
name = "complete_contract"
path = "examples/complete_contract.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "simple_contract"
path = "examples/simple_contract.rs"

[[example]]
name = "storage_contract"
path = "examples/storage_contract.rs"

[[example]]
name = "token_contract"
path = "examples/token_contract.rs"

[[test]]
name = "b5_b9_host_state"
path = "tests/b5_b9_host_state.rs"

[[test]]
name = "comprehensive_test_suite"
path = "tests/comprehensive_test_suite.rs"

[[test]]
name = "l6_cross_call"
path = "tests/l6_cross_call.rs"

[[test]]
name = "l9_typed_calls"
path = "tests/l9_typed_calls.rs"

[[test]]
name = "manifest_overlay"
path = "tests/manifest_overlay.rs"

[[test]]
name = "neo_contract_exports_tests"
path = "tests/neo_contract_exports_tests.rs"

[[test]]
name = "neo_runtime_tests"
path = "tests/neo_runtime_tests.rs"

[[test]]
name = "neo_syscalls_tests"
path = "tests/neo_syscalls_tests.rs"

[[test]]
name = "neo_types_tests"
path = "tests/neo_types_tests.rs"

[dependencies.neo-macros]
version = "0.14.0"

[dependencies.neo-runtime]
version = "0.14.0"
default-features = false

[dependencies.neo-syscalls]
version = "0.14.0"
default-features = false

[dependencies.neo-types]
version = "0.14.0"
default-features = false

[dependencies.postcard]
version = "1.1"
features = ["alloc"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["alloc"]
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.5"