odra-modules 2.5.0

Collection of reusable Odra modules.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "odra-modules"
version = "2.5.0"
authors = [
    "Jakub Płaskonka <kuba@odra.dev>",
    "Krzysztof Pobiarżyn <krzysztof@odra.dev>",
    "Maciej Zieliński <maciej@odra.dev>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of reusable Odra modules."
homepage = "https://odra.dev/docs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/odradev/odra"

[features]
default = []
disable-allocator = ["odra/disable-allocator"]

[lib]
name = "odra_modules"
path = "src/lib.rs"

[[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

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.odra]
version = "2.5.0"
default-features = false

[dev-dependencies.odra-test]
version = "2.5.0"

[build-dependencies.odra-build]
version = "2.5.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.odra-build]
version = "2.5.0"

[lints.rust]
missing_docs = "warn"