# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "forest_message" version = "0.7.2" authors = ["ChainSafe Systems "] description = "Filecoin message types" license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/forest" [package.metadata.docs.rs] features = ["json", "proofs"] [dependencies.address] version = "0.3" package = "forest_address" [dependencies.base64] version = "0.13" optional = true [dependencies.cid] version = "0.3" package = "forest_cid" [dependencies.crypto] version = "0.5" default-features = false package = "forest_crypto" [dependencies.derive_builder] version = "0.9" [dependencies.encoding] version = "0.2.1" package = "forest_encoding" [dependencies.fil_types] version = "0.1" optional = true [dependencies.forest_json_utils] version = "0.1" optional = true [dependencies.num-bigint] version = "0.1.1" package = "forest_bigint" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.vm] version = "0.3" package = "forest_vm" [dev-dependencies.serde_json] version = "1.0" [features] blst = ["crypto/blst"] default = ["blst"] json = ["base64", "crypto/json", "forest_json_utils", "cid/json", "num-bigint/json"] pairing = ["crypto/pairing"] proofs = ["fil_types"]