# 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_upgrade_tracker" version = "0.3.0" authors = ["PolymeshAssociation"] description = "Upgrade tracker contract for 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" [lib] name = "polymesh_ink_upgrade_tracker" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [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_prelude] version = "3.0" default-features = false [dependencies.ink_primitives] version = "3.0" default-features = false [dependencies.ink_storage] version = "3.0" default-features = false [dependencies.polymesh-api] version = "0.3.8" features = ["ink"] 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_primitives/std", "ink_metadata/std", "ink_env/std", "ink_storage/std", "ink_lang/std", "scale/std", "scale-info/std", "polymesh-api/std", ]