# 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_types" version = "0.2.2" authors = ["ChainSafe Systems "] description = "Filecoin types used in Forest." license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/forest" resolver = "2" [package.metadata.docs.rs] features = ["json"] [dependencies.address] version = "0.3" features = ["json"] package = "forest_address" [dependencies.async-std] version = "1.9" [dependencies.base64] version = "0.13" optional = true [dependencies.chrono] version = "0.4.9" [dependencies.cid] version = "0.3" features = ["cbor"] package = "forest_cid" [dependencies.clock] version = "0.1" package = "fil_clock" [dependencies.commcid] version = "0.1.1" optional = true [dependencies.encoding] version = "0.2.1" package = "forest_encoding" [dependencies.filecoin-proofs-api] version = "9" features = ["blst"] optional = true default_features = false [dependencies.forest_json_utils] version = "0.1" optional = true [dependencies.git-version] version = "0.3.4" [dependencies.lazy_static] version = "1.4" [dependencies.num-bigint] version = "0.1.1" package = "forest_bigint" [dependencies.num-derive] version = "0.3.0" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.56" [dependencies.vm] version = "0.3" package = "forest_vm" [features] json = ["base64", "forest_json_utils", "num-bigint/json"] proofs = ["filecoin-proofs-api", "commcid"]