fvm_sdk 4.8.0

Filecoin Virtual Machine actor development SDK
Documentation
# 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 = "2024"
name = "fvm_sdk"
version = "4.8.0"
authors = [
    "Protocol Labs",
    "Filecoin Core Devs",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filecoin Virtual Machine actor development SDK"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/filecoin-project/ref-fvm"

[features]
default = ["verify-signature"]
m2-native = []
upgrade-actor = []
verify-signature = []

[lib]
name = "fvm_sdk"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.cid]
version = "0.11.1"
default-features = false

[dependencies.fvm_ipld_encoding]
version = "0.5.3"

[dependencies.fvm_shared]
version = "~4.8.0"
default-features = false

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.27"

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.thiserror]
version = "2.0.12"