# 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_encoding" version = "0.2.2" authors = ["ChainSafe Systems "] description = "Filecoin encoding and decoding utilities for use in Forest" license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/forest" resolver = "2" [dependencies.blake2b_simd] version = "0.5.9" [dependencies.cid] version = "0.3" package = "forest_cid" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.12" package = "cs_serde_bytes" [dependencies.serde_cbor] version = "0.12" features = ["tags"] package = "cs_serde_cbor" [dependencies.serde_repr] version = "0.1" [dependencies.serde_tuple] version = "0.5" [dependencies.thiserror] version = "1.0"