# 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-ink" version = "3.2.0" authors = ["PolymeshAssociation"] description = "Upgradable Polymesh Ink! API" homepage = "https://github.com/PolymeshAssociation/Polymesh" readme = "README.md" keywords = [ "polymesh", "ink", "blockchain", "substrate", "upgradable", ] license = "Apache-2.0" repository = "https://github.com/PolymeshAssociation/Polymesh" [package.metadata.docs.rs] features = ["as-library"] [lib] path = "src/lib.rs" [dependencies.ink] version = "4.3" default-features = false [dependencies.paste] version = "1.0" [dependencies.polymesh-api] version = "3.7" features = ["ink"] default-features = false [dependencies.polymesh-api-ink] version = "1.3.0" features = ["use_call_runtime_with_error"] 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] as-library = [] default = ["std"] ink-as-dependency = [] std = [ "ink/std", "scale/std", "scale-info/std", "polymesh-api/std", ]