multiversx-sc-codec 0.21.2

Lightweight binary serializer/deserializer, written especially for MultiversX smart contracts
Documentation
[dependencies.arrayvec]
default-features = false
version = "=0.7.6"

[dependencies.multiversx-sc-codec-derive]
optional = true
version = "=0.21.2"

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

[dependencies.unwrap-infallible]
version = "0.1.5"

[dev-dependencies.multiversx-sc-codec-derive]
version = "=0.21.2"

[features]
derive = ["multiversx-sc-codec-derive"]

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

[package]
authors = ["Andrei Marinica <andrei.marinica@multiversx.com>", "MultiversX <contact@multiversx.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools"]
description = "Lightweight binary serializer/deserializer, written especially for MultiversX smart contracts"
documentation = "https://docs.multiversx.com/"
edition = "2021"
homepage = "https://multiversx.com/"
keywords = ["multiversx", "wasm", "webassembly", "blockchain", "contract"]
license = "GPL-3.0-only"
name = "multiversx-sc-codec"
readme = "README.md"
repository = "https://github.com/multiversx/mx-sdk-rs"
version = "0.21.2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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