feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit 286de54384
6841 changed files with 1848356 additions and 0 deletions
+79
View File
@@ -0,0 +1,79 @@
# 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"
rust-version = "1.70.0"
name = "zombienet-configuration"
version = "0.3.13"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zombienet sdk config builder, allow to build a network configuration"
readme = false
keywords = ["configuration", "sdk", "zombienet"]
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/zombienet-sdk"
[lib]
name = "zombienet_configuration"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.lazy_static]
version = "1.4"
[dependencies.multiaddr]
version = "0.18"
[dependencies.regex]
version = "1.8"
[dependencies.reqwest]
version = "0.12.9"
[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.support]
package = "zombienet-support"
version = "0.3.13"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["fs"]
version = "1.28"
[dependencies.toml]
version = "0.8.19"
[dependencies.tracing]
version = "0.1.35"
[dependencies.url]
features = ["serde"]
version = "2.3"
# Pezkuwi SDK: Keep this vendored crate isolated from the main workspace
[workspace]