# 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 = "frc42_dispatch" version = "8.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Filecoin FRC-0042 calling convention/dispatch support library" readme = "README.md" keywords = [ "filecoin", "dispatch", "frc-0042", ] license = "MIT OR Apache-2.0" repository = "https://github.com/helix-onchain/filecoin/" [lib] name = "frc42_dispatch" path = "src/lib.rs" [dependencies.frc42_hasher] version = "6.0.0" [dependencies.frc42_macros] version = "6.0.0" [dependencies.fvm_ipld_encoding] version = "0.5.0" [dependencies.fvm_sdk] version = "~4.5" optional = true [dependencies.fvm_shared] version = "~4.5" [dependencies.thiserror] version = "1.0.31" [features] default = ["use_sdk"] use_sdk = ["dep:fvm_sdk"]