odra-schema 2.7.2

Generates Casper Contract Schema from Odra contracts.
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-schema"
version = "2.7.2"
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 = "Generates Casper Contract Schema from Odra contracts."
homepage = "https://odra.dev/docs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/odradev/odra"

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

[dependencies.casper-contract-schema]
version = "0.6.0"

[dependencies.casper-types]
version = "6.1"

[dependencies.convert_case]
version = "0.6"

[dependencies.num-traits]
version = "0.2"
default-features = false

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

[lints.rust]
missing_docs = "warn"