# 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 = "polymesh-extension" version = "0.2.0" authors = ["Polymesh Association"] exclude = [ ".gitignore", "examples/*", ] description = "Polymesh chain extension for Ink! Smart Contracts" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/PolymeshAssociation/polymesh-extension" resolver = "2" [dependencies.ink_env] version = "=3.0" default-features = false [dependencies.ink_lang] version = "=3.0" default-features = false [dependencies.ink_lang_codegen] version = "=3.0" default-features = false [dependencies.ink_metadata] version = "=3.0" features = ["derive"] optional = true default-features = false [dependencies.ink_primitives] version = "=3.0" default-features = false [dependencies.ink_storage] version = "=3.0" default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2" features = ["derive"] optional = true default-features = false [features] default = ["std"] ink-as-dependency = [] std = [ "ink_metadata/std", "ink_env/std", "ink_storage/std", "ink_primitives/std", "scale/std", "scale-info/std", ]