[package] name = "styluszeppelin" version = "0.1.5" edition="2021" authors = ["Dinesh dineshaitham2@gmail.com"] description = "A Rust Crate for secure smart contract development For Arbitrum Stylus" keywords = ["solditiy", "erc20","stylus"] license = "ISC" documentaion="https://github.com/dinesh11515/StylusZeppelin" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] stylus-sdk = { version = "0.4.3", features = ["docs"] } stylus-proc = "0.4.3" alloy-primitives = "0.3.1" alloy-sol-types = "0.3.1" wee_alloc = "0.4.5" rustlearn = "0.5.0" [features] export-abi = ["stylus-sdk/export-abi"] [profile.release] codegen-units = 1 strip = true lto = true panic = "abort" opt-level = "s" [target.x86_64-apple-darwin] rustflags = [ "-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup", ] [target.aarch64-apple-darwin] rustflags = [ "-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup", ]