bevy-stylus-plugin 0.1.1

A Bevy plugin for integrating with Stylus blockchain contracts
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 = "bevy-stylus-plugin"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy plugin for integrating with Stylus blockchain contracts"
readme = "README.md"
keywords = [
    "bevy",
    "blockchain",
    "stylus",
    "ethereum",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/yourusername/bevy-stylus-plugin"

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

[dependencies.bevy]
version = "0.14"

[dependencies.dotenv]
version = "0.15"

[dependencies.ethers]
version = "2.0"

[dependencies.eyre]
version = "0.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dev-dependencies.bevy]
version = "0.14"