[dependencies.num-bigint]
version = "0.3"
[dependencies.num-integer]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_bytes]
package = "cs_serde_bytes"
version = "0.12"
[features]
json = []
[package]
authors = ["ChainSafe Systems <info@chainsafe.io>"]
description = "BigInt utilities for use in Forest"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "forest_bigint"
repository = "https://github.com/ChainSafe/forest"
version = "0.1.4"
[package.metadata.docs.rs]
features = ["json"]