stylus-cache-sdk 0.1.0

A Rust SDK for Stylus contract caching utilities with AutoCacheOptIn event support
Documentation
[dependencies.alloy-primitives]
version = "0.7.0"

[dependencies.alloy-sol-types]
version = "0.7.0"

[dependencies.stylus-sdk]
version = "0.4.2"

[features]
default = []
export-abi = ["stylus-sdk/export-abi"]

[lib]
crate-type = ["cdylib", "lib"]
name = "stylus_cache_sdk"
path = "src/lib.rs"

[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "development-tools"]
description = "A Rust SDK for Stylus contract caching utilities with AutoCacheOptIn event support"
documentation = "https://docs.rs/stylus-cache-sdk"
edition = "2021"
homepage = "https://github.com/meetpaladiya44/Smart_Cache_AutoCache_RUST_setup/tree/master"
keywords = ["stylus", "arbitrum", "ethereum", "smart-contracts", "cache"]
license = "MIT OR Apache-2.0"
name = "stylus-cache-sdk"
readme = "README.md"
repository = "https://github.com/meetpaladiya44/Smart_Cache_AutoCache_RUST_setup/tree/master"
version = "0.1.0"