# 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 = "2021" name = "anychain-filecoin" version = "0.1.9" authors = [ "Shawndslee", "cregis.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for Filecoin-focused cryptocurrency wallets, enabling seamless transactions on the Filecoin blockchain" homepage = "https://www.cregis.com" readme = "README.md" keywords = [ "filecoin", "blockchain", "wallet", "transactions", ] categories = ["cryptography::cryptocurrencies"] license = "MIT/Apache-2.0" repository = "https://github.com/0xcregis/anychain" [lib] name = "anychain_filecoin" path = "src/lib.rs" [dependencies.anychain-core] version = "0.1.7" [dependencies.anyhow] version = "1.0.75" [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true [dependencies.base64] version = "0.21.5" [dependencies.blake2b_simd] version = "1.0.0" [dependencies.bls-signatures] version = "0.14.0" [dependencies.cid] version = "0.8.6" [dependencies.data-encoding] version = "2.3.2" [dependencies.data-encoding-macro] version = "0.1.12" [dependencies.forest_encoding] version = "0.2.2" [dependencies.fvm_ipld_encoding] version = "0.2.2" [dependencies.fvm_shared] version = "3.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.unsigned-varint] version = "0.7.1" [features] arb = ["dep:arbitrary"] default = ["std"] std = ["anychain-core/std"]