# 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 = "forest_vm" version = "0.3.2" authors = ["ChainSafe Systems "] description = "Forest VM types" 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" package = "forest_address" [dependencies.cid] version = "0.3" features = ["cbor", "json"] package = "forest_cid" [dependencies.encoding] version = "0.2.1" package = "forest_encoding" [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.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.11" [features] json = []