neo-runtime 0.1.1

Neo N3 Runtime Stubs
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-runtime"
version = "0.1.1"
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 Runtime Stubs"
homepage = "https://github.com/r3e-network/neo-devpack-rust"
documentation = "https://docs.rs/neo-runtime"
readme = false
keywords = [
    "neo",
    "neovm",
    "blockchain",
    "smart-contracts",
    "runtime",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/r3e-network/neo-devpack-rust"

[features]
crypto-hashes = [
    "dep:ripemd",
    "dep:sha2",
    "dep:tiny-keccak",
]
default = ["std"]
json = [
    "dep:num-bigint",
    "dep:serde_json",
]
std = [
    "crypto-hashes",
    "json",
    "neo-types/std",
    "neo-types/serde",
    "neo-syscalls/std",
    "num-bigint/std",
    "ripemd/std",
    "serde_json/std",
    "sha2/std",
]

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

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

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

[dependencies.num-bigint]
version = "0.4"
optional = true
default-features = false

[dependencies.ripemd]
version = "0.1"
optional = true
default-features = false

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

[dependencies.sha2]
version = "0.10"
optional = true
default-features = false

[dependencies.tiny-keccak]
version = "2.0"
features = ["keccak"]
optional = true
default-features = false