# 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 = "ironfish" version = "0.3.0" authors = ["Iron Fish (https://ironfish.network)"] exclude = ["src/sapling_params/*.params"] description = "Rust crate for interacting with transactions on the Iron Fish chain" homepage = "https://ironfish.network/" readme = "README.md" keywords = [ "iron-fish", "cryptocurrency", "blockchain", ] license = "MPL-2.0" repository = "https://github.com/iron-fish/ironfish" [lib] name = "ironfish" path = "src/lib.rs" [dependencies.argon2] version = "0.5.3" features = ["password-hash"] [dependencies.blake2b_simd] version = "1.0.0" [dependencies.blake2s_simd] version = "1.0.0" [dependencies.blake3] version = "1.5.0" [dependencies.blstrs] version = "0.6.0" features = ["portable"] [dependencies.byteorder] version = "1.4.3" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.crypto_box] version = "0.9" features = ["std"] [dependencies.ff] version = "0.12.0" [dependencies.fish_hash] version = "0.3.0" [dependencies.group] version = "0.12.0" [dependencies.hkdf] version = "0.12.4" [dependencies.ironfish-bellperson] version = "0.1.0" features = ["groth16"] [dependencies.ironfish-frost] version = "0.1.0" [dependencies.ironfish-jubjub] version = "0.1.0" features = ["multiply-many"] [dependencies.ironfish_zkp] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.126" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10" [dependencies.tiny-bip39] version = "1.0" [dependencies.xxhash-rust] version = "0.8.5" features = ["xxh3"] [dev-dependencies.hex-literal] version = "0.4" [build-dependencies.hex] version = "0.4" [build-dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [build-dependencies.sha2] version = "0.10" [features] benchmark = [] download-params = ["dep:reqwest"] note-encryption-stats = []