# 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_datacap" version = "9.0.1" authors = [ "Protocol Labs", "Filecoin Core Devs", ] description = "Builtin data cap 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.cid] version = "0.8.3" features = ["serde-codec"] default-features = false [dependencies.fil_actors_runtime] version = "9.0.1" [dependencies.frc42_dispatch] version = "1.0.0" [dependencies.frc46_token] version = "1.1.0" [dependencies.fvm_actor_utils] version = "0.1.0" [dependencies.fvm_ipld_blockstore] version = "0.1.1" [dependencies.fvm_ipld_encoding] version = "0.2.2" [dependencies.fvm_ipld_hamt] version = "0.5.1" [dependencies.fvm_shared] version = "2.0.0-alpha.2" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies] [features] fil-actor = ["fil_actors_runtime/fil-actor"]