# 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 = "2018" name = "fvm-std" version = "1.0.0" authors = ["Qi He "] description = "tool for user to write contract which will be run in hyperchain with rust " documentation = "https://docs.rs/fvm-std" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hyperchain/hyperchain" [dependencies.borsh] version = "0.10.0" [dependencies.byteorder] version = "1.3" [dependencies.cfg-if] version = "1.0.0" [dependencies.fixed-hash] version = "0.8.0" default-features = false [dependencies.scale] version = "3.1" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.1" features = [ "derive", "serde", "decode", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" optional = true [dev-dependencies] [features] advance = []