# 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 = "sp-fragnova" version = "0.1.0" authors = ["Fragcolor Pte. Ltd. "] description = "Runtime chainblocks utilities" homepage = "https://fragcolor.com" license = "Apache-2.0" repository = "https://github.com/fragcolor-xyz/fragnova/" resolver = "1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.0.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.hex-literal] version = "0.3.4" default-features = false [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.14" default-features = false [dependencies.protos] version = "0.1.21" default-features = false [dependencies.scale-info] version = "2.0" features = ["derive"] default-features = false [dependencies.sp-core] version = "6.0.0" default-features = false [dependencies.sp-io] version = "6.0.0" default-features = false [dependencies.sp-runtime] version = "6.0.0" optional = true [dependencies.sp-runtime-interface] version = "6.0.0" default-features = false [dependencies.sp-std] version = "4.0.0-dev" default-features = false [features] default = ["std"] std = [ "sp-core/std", "sp-io/std", "sp-std/std", "sp-runtime/std", "sp-runtime-interface/std", "codec/std", "scale-info/std", "log/std", "lazy_static", "protos/std", ]