[package] name = "static-address-example-aptos" version = "0.2.2" description = "Example of using the static-address crate with Aptos code." homepage = "https://moving.wtf" repository = "https://github.com/movingco/static-address" authors = ["Ian Macalinao "] license = "Apache-2.0" edition = "2021" keywords = ["move", "aptos", "sui", "macro"] [dependencies] static-address = { version = "0.2.0", path = "../static-address", features = [ "address32" ] }