# 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-sdk" version = "0.6.0" authors = ["Offchain Labs"] description = "Rust smart contracts with Arbitrum Stylus" readme = "README.md" keywords = [ "arbitrum", "ethereum", "stylus", "alloy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/OffchainLabs/stylus-sdk-rs" [package.metadata.docs.rs] features = [ "default", "docs", "debug", "export-abi", ] [dependencies.alloy-primitives] version = "=0.7.6" features = ["native-keccak"] default-features = false [dependencies.alloy-sol-types] version = "=0.7.6" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.derivative] version = "2.2.0" features = ["use_core"] [dependencies.hex] version = "0.4.3" features = [ "alloc", "alloc", ] default-features = false [dependencies.keccak-const] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mini-alloc] version = "0.6.0" optional = true [dependencies.regex] version = "1.9.1" optional = true [dependencies.stylus-proc] version = "0.6.0" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.sha3] version = "0.10.8" [features] debug = [] default = ["mini-alloc"] docs = [] export-abi = [ "debug", "regex", "stylus-proc/export-abi", "alloy-primitives/tiny-keccak", ] hostio = [] mini-alloc = ["dep:mini-alloc"] reentrant = ["stylus-proc/reentrant"]