fil_actor_system 9.0.1

Builtin system actor for Filecoin
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 = "2018"
name = "fil_actor_system"
version = "9.0.1"
authors = [
    "ChainSafe Systems <info@chainsafe.io>",
    "Protocol Labs",
    "Filecoin Core Devs",
]
description = "Builtin system actor for Filecoin"
keywords = [
    "filecoin",
    "web3",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/filecoin-project/builtin-actors"
resolver = "2"

[lib]
crate-type = [
    "cdylib",
    "lib",
]

[dependencies.anyhow]
version = "1.0.65"

[dependencies.cid]
version = "0.8.3"
features = ["serde-codec"]
default-features = false

[dependencies.fil_actors_runtime]
version = "9.0.1"

[dependencies.fvm_ipld_blockstore]
version = "0.1.1"

[dependencies.fvm_ipld_encoding]
version = "0.2.2"

[dependencies.fvm_shared]
version = "2.0.0-alpha.2"
default-features = false

[dependencies.num-derive]
version = "0.3.3"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.serde]
version = "1.0.136"
features = ["derive"]

[dev-dependencies.fil_actors_runtime]
version = "9.0.1"
features = [
    "test_utils",
    "sector-default",
]

[features]
fil-actor = ["fil_actors_runtime/fil-actor"]