mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
09b10fa25e
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.1.2 to 3.1.5. - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-scale-codec/compare/parity-scale-codec-3.1.2...parity-scale-codec-3.1.5) --- updated-dependencies: - dependency-name: parity-scale-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
871 B
TOML
28 lines
871 B
TOML
[package]
|
|
name = "xcm"
|
|
version = "0.9.25"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "The basic XCM datastructures."
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
impl-trait-for-tuples = "0.2.2"
|
|
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive", "max-encoded-len"] }
|
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
derivative = {version = "2.2.0", default-features = false, features = [ "use_core" ] }
|
|
log = { version = "0.4.17", default-features = false }
|
|
xcm-procedural = { path = "procedural" }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
wasm-api = []
|
|
runtime-benchmarks = [
|
|
"sp-runtime/runtime-benchmarks",
|
|
]
|
|
std = [
|
|
"parity-scale-codec/std",
|
|
"scale-info/std",
|
|
"sp-runtime/std",
|
|
]
|