# 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 = "aleph_client" version = "3.0.0" authors = ["Cardinal"] description = "This crate provides a Rust application interface for submitting transactions to `aleph-node` chain." homepage = "https://alephzero.org" documentation = "https://docs.rs/aleph_client" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/aleph-node" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.58" [dependencies.codec] version = "3.0.0" features = ["derive"] package = "parity-scale-codec" [dependencies.contract-transcode] version = "2.1.0" [dependencies.futures] version = "0.3.25" [dependencies.hex] version = "0.4.3" features = ["alloc"] [dependencies.ink_metadata] version = "4.0.1" [dependencies.log] version = "0.4" [dependencies.pallet-contracts-primitives] version = "7.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.subxt] version = "0.25.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.21" [features] liminal = []