[package] name = "fil_actor_datacap" description = "Builtin data cap actor for Filecoin" version = "9.0.1" license = "MIT OR Apache-2.0" authors = ["Protocol Labs", "Filecoin Core Devs"] edition = "2018" repository = "https://github.com/filecoin-project/builtin-actors" keywords = ["filecoin", "web3", "wasm"] [lib] ## lib is necessary for integration tests ## cdylib is necessary for Wasm build crate-type = ["cdylib", "lib"] [dependencies] fil_actors_runtime = { version = "9.0.1", path = "../../runtime"} cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } frc42_dispatch = "1.0.0" frc46_token = "1.1.0" fvm_actor_utils = "0.1.0" fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "0.2.2" fvm_ipld_hamt = "0.5.1" fvm_shared = { version = "2.0.0-alpha.2", default-features = false } lazy_static = "1.4.0" num-derive = "0.3.3" num-traits = "0.2.14" serde = { version = "1.0.136", features = ["derive"] } log = "0.4.14" [dev-dependencies] fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = ["fil_actors_runtime/fil-actor"]