# 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 = "fil_actor_bundler" version = "7.0.0" authors = [ "Protocol Labs", "Filecoin Core Devs", ] description = "An IPLD CAR bundling tool for Wasm bytecode" readme = "README.md" keywords = [ "filecoin", "web3", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/builtin-actors-bundler" [dependencies.anyhow] version = "1.0.72" [dependencies.async-std] version = "1.12.0" [dependencies.cid] version = "0.11.1" features = ["serde"] default-features = false [dependencies.clap] version = "4.3.21" features = [ "derive", "std", "help", "usage", "error-context", ] default-features = false [dependencies.futures] version = "0.3.28" default-features = false [dependencies.fvm_ipld_blockstore] version = "0.3.0" [dependencies.fvm_ipld_car] version = "0.8.0" [dependencies.fvm_ipld_encoding] version = "0.5.0" [dependencies.multihash-codetable] version = "0.1.4" features = ["blake2b"] default-features = false [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_ipld_dagcbor] version = "0.4.0" [dependencies.serde_json] version = "1.0.104" [dev-dependencies.num-traits] version = "0.2.16" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.7.1"