# 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 = "stylus-hello-world" version = "0.1.6" description = "Stylus hello world example" homepage = "https://github.com/OffchainLabs/stylus-hello-world" readme = "README.md" keywords = [ "arbitrum", "ethereum", "stylus", "alloy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/OffchainLabs/stylus-hello-world" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [lib] crate-type = [ "lib", "cdylib", ] [[bin]] name = "stylus-hello-world" path = "src/main.rs" [dependencies.alloy-primitives] version = "0.7.3" [dependencies.alloy-sol-types] version = "0.7.3" [dependencies.hex] version = "0.4.3" [dependencies.mini-alloc] version = "0.4.2" [dependencies.stylus-sdk] version = "0.5.1" [dev-dependencies.ethers] version = "2.0" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.tokio] version = "1.12.0" features = ["full"] [features] debug = ["stylus-sdk/debug"] export-abi = ["stylus-sdk/export-abi"]