[package]
edition = "2018"
name = "fil-proofs-param"
version = "14.1.0"
authors = [
"dignifiedquire <dignifiedquire@gmail.com>",
"laser <l@s3r.com>",
"porcuquine <porcuquine@users.noreply.github.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filecoin parameter cli tools."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/filecoin-project/rust-fil-proofs"
[features]
asm = ["storage-proofs-core/asm"]
cpu-profile = ["gperftools"]
cuda = [
"storage-proofs-core/cuda",
"storage-proofs-porep/cuda",
"storage-proofs-post/cuda",
"storage-proofs-update/cuda",
]
default = ["opencl"]
fixed-rows-to-discard = [
"filecoin-proofs/fixed-rows-to-discard",
"storage-proofs-core/fixed-rows-to-discard",
"storage-proofs-porep/fixed-rows-to-discard",
"storage-proofs-post/fixed-rows-to-discard",
"storage-proofs-update/fixed-rows-to-discard",
]
heap-profile = ["gperftools/heap"]
opencl = [
"storage-proofs-core/opencl",
"storage-proofs-porep/opencl",
"storage-proofs-post/opencl",
"storage-proofs-update/opencl",
]
simd = ["storage-proofs-core/simd"]
[lib]
name = "fil_proofs_param"
path = "src/lib.rs"
[[bin]]
name = "fakeipfsadd"
path = "src/bin/fakeipfsadd.rs"
[[bin]]
name = "paramcache"
path = "src/bin/paramcache.rs"
[[bin]]
name = "paramfetch"
path = "src/bin/paramfetch.rs"
[[bin]]
name = "parampublish"
path = "src/bin/parampublish.rs"
[[bin]]
name = "srspublish"
path = "src/bin/srspublish.rs"
[[test]]
name = "suite"
path = "tests/suite.rs"
[dependencies.anyhow]
version = "1.0.23"
[dependencies.blake2b_simd]
version = "1.0.0"
[dependencies.dialoguer]
version = "0.10.0"
[dependencies.env_proxy]
version = "0.4"
[dependencies.fil_logger]
version = "0.1.6"
[dependencies.filecoin-proofs]
version = "~19.1.0"
default-features = false
[dependencies.flate2]
version = "1.0.9"
features = ["rust_backend"]
[dependencies.gperftools]
version = "0.2"
optional = true
[dependencies.humansize]
version = "1.1.0"
[dependencies.indicatif]
version = "0.17"
[dependencies.itertools]
version = "0.13"
[dependencies.lazy_static]
version = "1.2"
[dependencies.log]
version = "0.4.7"
[dependencies.pbr]
version = "1.0"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
version = "0.12"
features = [
"blocking",
"native-tls-vendored",
]
default-features = false
[dependencies.serde_json]
version = "1.0"
[dependencies.storage-proofs-core]
version = "~19.1.0"
default-features = false
[dependencies.storage-proofs-porep]
version = "~19.1.0"
default-features = false
[dependencies.storage-proofs-post]
version = "~19.1.0"
default-features = false
[dependencies.storage-proofs-update]
version = "~19.1.0"
default-features = false
[dependencies.structopt]
version = "0.3.12"
[dependencies.tar]
version = "0.4.26"
[dev-dependencies.failure]
version = "0.1.7"
[dev-dependencies.rexpect]
version = "0.4.0"
[dev-dependencies.tempfile]
version = "3"