[package] name = "scrypto_statictypes" version = "0.0.1" rust-version = "1.56" authors = ["devmannic <82296715+devmannic@users.noreply.github.com>"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/devmannic/scrypto_statictypes" documentation = "https://devmannic.github.io/scrypto_statictypes" homepage = "https://github.com/devmannic/scrypto_statictypes" description = """ Use explicit container types with Scrypto! Leverage the Rust compiler's type checking to increase security and productivity when developing Radix blueprints. """ keywords = ["scrypto", "radix", "types", "security", "bucketof"] categories = ["cryptography::cryptocurrencies", "development-tools"] edition = "2021" [lib] crate-type = ["cdylib", "lib"]