Cargo Features

neo3 has no features set by default.

[dependencies]
neo3 = { version = "0.1.1", features = ["futures", "ledger", "aws", "sgx", "sgx_deps", "impl-codec", "impl-serde", "scale-info", "rusoto_core", "rusoto_kms", "protobuf", "sgx_types", "sgx_urts", "sgx_tstd", "sgx_tcrypto"] }
futures
ledger = coins-ledger
aws
sgx sgx_deps?

Affects neo3::neo_sgx, neo_sgx::app, neo_sgx::enclave

sgx_deps = sgx

Affects app::SgxEnclaveManager

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

impl-codec implicit feature

Enables impl-codec ^0.6

impl-codec:

Parity Codec serialization support for uint and fixed hash

impl-serde implicit feature

Enables impl-serde

impl-serde:

Serde serialization support for uint and fixed hash

scale-info implicit feature

Enables scale-info

scale-info:

Info about SCALE encodable Rust types

rusoto_core implicit feature

Enables rusoto_core

aws

rusoto_kms implicit feature

Enables rusoto_kms

rusoto_kms:

AWS SDK for Rust - AWS Key Management Service @ 2014-11-01

coins-ledger ledger?

Enables coins-ledger

ledger

protobuf implicit feature

Enables protobuf =3.2.0

protobuf:

Protocol Buffers - Google's data interchange format

sgx_types implicit feature

Enables sgx_types =1.1.1

SGX dependencies (optional)
These dependencies are only used when the 'sgx_deps' feature is enabled They require the Intel SGX SDK to be installed
For development without SGX hardware, use the simulation mode

sgx_urts implicit feature

Enables sgx_urts

sgx_urts:

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language

sgx_tstd implicit feature

Enables sgx_tstd

sgx_tstd:

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language

sgx_tcrypto implicit feature

Enables sgx_tcrypto

sgx_tcrypto:

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language