fluentbase-codec 1.1.3

A framework to build smart contracts on the Fluent L2 as well as blockchains and verifiable compute environments that compile to rWasm
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"
name = "fluentbase-codec"
version = "1.1.3"
authors = ["Dmitry Savonin <dmitry@fluentlabs.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework to build smart contracts on the Fluent L2 as well as blockchains and verifiable compute environments that compile to rWasm"
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
    "interpreter",
    "vm",
]
categories = [
    "wasm",
    "no-std",
    "virtualization",
]
license = "MIT"
repository = "https://github.com/fluentlabs-xyz/fluentbase"

[features]
default = [
    "std",
    "derive",
]
derive = []
std = [
    "byteorder/std",
    "alloy-primitives/std",
    "serde/std",
    "bytes/std",
]

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

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

[dependencies.alloy-primitives]
version = "1.5.0"
features = ["sha3-keccak"]
default-features = false

[dependencies.byteorder]
version = "1.5.0"
default-features = false

[dependencies.bytes]
version = "1.10.1"
default-features = false

[dependencies.fluentbase-codec-derive]
version = "1.1.3"
default-features = false

[dependencies.hashbrown]
version = "0.16.0"
features = [
    "default-hasher",
    "inline-more",
]
default-features = false

[dependencies.serde]
version = "1.0.203"
features = [
    "derive",
    "rc",
]
default-features = false

[dev-dependencies.alloy-sol-types]
version = "1.5.0"
features = ["json"]
default-features = false

[dev-dependencies.hex]
version = "0.4.3"
features = ["alloc"]
default-features = false

[dev-dependencies.hex-literal]
version = "1.0.0"