# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sector-builder" version = "0.5.2" authors = ["dignifiedquire ", "laser ", "porcuquine "] description = "Provides a database of sectors." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/rust-fil-proofs" [dependencies.bitvec] version = "0.11" [dependencies.blake2b_simd] version = "0.5.1" [dependencies.byteorder] version = "1.3.1" [dependencies.failure] version = "0.1.5" [dependencies.filecoin-proofs] version = "0.6.4" [dependencies.itertools] version = "0.8" [dependencies.log] version = "0.4.7" [dependencies.paired] version = "0.15" [dependencies.rand] version = "0.4" [dependencies.serde] version = "1.0.92" features = ["rc", "derive"] [dependencies.serde_cbor] version = "0.9.0" [dependencies.serde_json] version = "1.0" [dependencies.sled] version = "0.24" optional = true [dependencies.storage-proofs] version = "0.6.2" [dev-dependencies.tempfile] version = "3" [features] default = ["sled"]