# 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 = "pink-subrpc" version = "0.7.0" authors = ["Phala Network"] description = "A substrate rpc client running in pink." homepage = "https://phala.network/" license = "Apache-2.0" repository = "https://github.com/Phala-Network/index-contract" [lib] name = "pink_subrpc" path = "src/lib.rs" [dependencies.base58] version = "0.2.0" default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.hex-literal] version = "0.4.1" [dependencies.pink] version = "0.4.1" default-features = false [dependencies.pink-json] version = "0.4" default-features = false [dependencies.primitive-types] version = "0.12.2" features = [ "codec", "scale-info", ] default-features = false [dependencies.scale] version = "3.6.5" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.11.3" features = ["derive"] optional = true default-features = false [dependencies.serde] version = "1.0.209" features = [ "derive", "alloc", ] default-features = false [dependencies.sp-core-hashing] version = "9" default-features = false [dependencies.ss58-registry] version = "1.47.0" default-features = false [dev-dependencies] [features] default = ["std"] std = [ "scale/std", "scale-info/std", "pink/std", "pink-json/std", "sp-core-hashing/std", "primitive-types/std", ]