# 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-api-ink" version = "1.5.0" authors = ["Robert G. Jakabosky "] description = "Polymesh Ink! API core" homepage = "https://github.com/PolymeshAssociation/polymesh-api" keywords = [ "polymesh", "ink", "blockchain", "substrate", "codegen", ] license = "Apache-2.0" repository = "https://github.com/PolymeshAssociation/polymesh-api" [dependencies.codec] version = "3" default-features = false package = "parity-scale-codec" [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.ink] version = "4.3" default-features = false [dependencies.primitive-types] version = "0.12.0" features = ["codec"] default-features = false [dependencies.scale-info] version = "2.5" optional = true default-features = false [dependencies.sp-arithmetic] version = "21.0" default-features = false [dependencies.sp-weights] version = "25.0" default-features = false [features] default = ["std"] std = [ "sp-arithmetic/std", "sp-weights/std", "codec/std", "scale-info/std", "primitive-types/std", "ink/std", ]