# 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-macros" version = "1.4.0" authors = [ "Jakub Płaskonka ", "Krzysztof Pobiarżyn ", "Maciej Zieliński ", ] description = "Macros for Odra-based smart contracts." homepage = "https://odra.dev/docs" keywords = [ "wasm", "webassembly", "blockchain", ] license = "MIT" repository = "https://github.com/odradev/odra" [lib] proc-macro = true [dependencies.convert_case] version = "0.5.0" [dependencies.derive-try-from-ref] version = "0.1.0" [dependencies.derive_more] version = "0.99.17" [dependencies.itertools] version = "0.12.0" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.static_assertions] version = "1.1.0" [dependencies.syn] version = "2.0.29" features = [ "full", "extra-traits", ] [dependencies.syn_derive] version = "0.1.8" [dev-dependencies.casper-types] version = "4.0.1" default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.prettyplease] version = "0.2.15" [lints.rust] missing_docs = "warn"