# 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-macros" version = "1.0.0" authors = ["Qi He "] description = "provide the macros for user to write contract more convenient" documentation = "https://docs.rs/fvm-macros" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hyperchain/hyperchain" [lib] proc-macro = true [dependencies.cfg-if] version = "1.0.0" [dependencies.fvm-abi] version = "1.0.0" [dependencies.fvm-mock] version = "1.0.0" [dependencies.fvm-std] version = "1.0.0" [dependencies.hex] version = "0.4.3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.scale] version = "3.1" features = [ "derive", "full", ] 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.syn] version = "1.0.60" features = [ "full", "extra-traits", ] [dependencies.synstructure] version = "0.12.4" [dev-dependencies.trybuild] version = "1.0.75" [features] advance = ["fvm-std/advance"]