# 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 = "1.4.0" authors = [ "Jakub Płaskonka ", "Krzysztof Pobiarżyn ", "Maciej Zieliński ", ] description = "Generates Casper Contract Schema from Odra contracts." homepage = "https://odra.dev/docs" license = "MIT" repository = "https://github.com/odradev/odra" [dependencies.casper-contract-schema] version = "0.1.0" [dependencies.casper-types] version = "4.0.1" default-features = false [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.odra-core] version = "1.4.0" [lints.rust] missing_docs = "warn"