polymesh-api-ink 1.7.0

Polymesh Ink! API core
Documentation
# 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.7.0"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polymesh Ink! API core"
homepage = "https://github.com/PolymeshAssociation/polymesh-api"
readme = false
keywords = [
    "polymesh",
    "ink",
    "blockchain",
    "substrate",
    "codegen",
]
license = "Apache-2.0"
repository = "https://github.com/PolymeshAssociation/polymesh-api"

[features]
default = ["std"]
std = [
    "sp-arithmetic/std",
    "sp-weights/std",
    "sp-core/std",
    "codec/std",
    "scale-info/std",
    "primitive-types/std",
    "ink/std",
]

[lib]
name = "polymesh_api_ink"
path = "src/lib.rs"

[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.13.0"
features = ["codec"]
default-features = false

[dependencies.scale-info]
version = "2.11"
optional = true
default-features = false

[dependencies.sp-arithmetic]
version = "28.0"
default-features = false

[dependencies.sp-core]
version = "40.0"
default-features = false

[dependencies.sp-weights]
version = "34.0"
default-features = false