# 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_crypto" version = "0.5.3" authors = ["ChainSafe Systems "] description = "Filecoin crypto utilities for use 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" package = "forest_address" [dependencies.base64] version = "0.13" optional = true [dependencies.bls-signatures] version = "0.9" default-features = false [dependencies.encoding] version = "0.2.1" package = "forest_encoding" [dependencies.libsecp256k1] version = "0.6" [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" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_chacha] version = "0.2.2" [features] blst = ["bls-signatures/blst"] default = ["blst"] json = ["base64"] pairing = ["bls-signatures/pairing"]