mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 18:37:59 +00:00
4b9573ca38
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.71 to 1.0.74. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.71...v1.0.74) --- updated-dependencies: - dependency-name: serde_json 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>
26 lines
944 B
TOML
26 lines
944 B
TOML
[package]
|
|
name = "sc-chain-spec"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate chain configurations."
|
|
readme = "README.md"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
sc-chain-spec-derive = { version = "4.0.0-dev", path = "./derive" }
|
|
impl-trait-for-tuples = "0.2.1"
|
|
sc-network = { version = "0.10.0-dev", path = "../network" }
|
|
sp-core = { version = "4.1.0-dev", path = "../../primitives/core" }
|
|
serde = { version = "1.0.132", features = ["derive"] }
|
|
serde_json = "1.0.74"
|
|
sp-runtime = { version = "4.0.0", path = "../../primitives/runtime" }
|
|
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
|
|
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
|
memmap2 = "0.5.0"
|