[[bin]]
name = "odra_modules_build_contract"
path = "bin/build_contract.rs"
test = false
[[bin]]
name = "odra_modules_build_schema"
path = "bin/build_schema.rs"
test = false
[build-dependencies.odra-build]
version = "0.8.1"
[dependencies.hex]
default-features = false
version = "0.4.3"
[dependencies.odra]
default-features = false
version = "0.8.1"
[dev-dependencies.odra-test]
version = "0.8.1"
[features]
default = []
disable-allocator = ["odra/disable-allocator"]
[lints.rust]
missing_docs = "warn"
[package]
authors = ["Jakub Płaskonka <kuba@odra.dev>", "Krzysztof Pobiarżyn <krzysztof@odra.dev>", "Maciej Zieliński <maciej@odra.dev>"]
categories = ["wasm"]
description = "Collection of reusable Odra modules."
edition = "2021"
keywords = ["wasm", "webassembly", "blockchain"]
license = "MIT"
name = "odra-modules"
readme = "README.md"
repository = "https://github.com/odradev/odra"
version = "0.8.1"
[profile.dev.package."*"]
opt-level = 3
[profile.release]
codegen-units = 1
lto = true