fluentbase-codec-derive 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-derive"
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"

[lib]
name = "fluentbase_codec_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.convert_case]
version = "0.6.0"

[dependencies.crypto-hashes]
version = "0.10.0"
features = ["include_weak"]
default-features = false

[dependencies.proc-macro2]
version = "1.0"
default-features = false

[dependencies.quote]
version = "1.0"

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

[dependencies.syn]
version = "2.0"

[dev-dependencies.bytes]
version = "1.0"

[dev-dependencies.insta]
version = "1.43.1"
features = ["yaml"]

[dev-dependencies.prettyplease]
version = "0.2.32"