# 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 = "pop-parachains" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for generating, building and running parachains." documentation = "https://docs.rs/pop-parachains/latest/pop_parachains" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/r0gue-io/pop-cli" [lib] name = "pop_parachains" path = "src/lib.rs" [[test]] name = "parachain" path = "tests/parachain.rs" [dependencies.anyhow] version = "1.0" [dependencies.askama] version = "0.12" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.duct] version = "0.13" [dependencies.flate2] version = "1.0.30" [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "2.2" [dependencies.pop-common] version = "0.5.0" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.symlink] version = "0.1" [dependencies.tar] version = "0.4.40" [dependencies.tempfile] version = "3.10" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml_edit] version = "0.22" features = ["serde"] [dependencies.url] version = "2.5" [dependencies.walkdir] version = "2.5" [dependencies.zombienet-sdk] version = "0.2.14" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.tokio-test] version = "0.4.4"