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