odra 2.5.0

Smart contracts for Casper Network.
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"
version = "2.5.0"
authors = [
    "Jakub Płaskonka <kuba@odra.dev>",
    "Krzysztof Pobiarżyn <krzysztof@odra.dev>",
    "Maciej Zieliński <maciej@odra.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smart contracts for Casper Network."
homepage = "https://odra.dev/docs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/odradev/odra"

[features]
default = []
disable-allocator = ["odra-casper-wasm-env/disable-allocator"]

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

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

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies.odra-casper-wasm-env]
version = "2.5.0"

[lints.rust]
missing_docs = "warn"