sector-builder 0.3.0

Provides a database of sectors.
Documentation
# 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.3.0"
authors = ["dignifiedquire <dignifiedquire@gmail.com>", "laser <l@s3r.com>", "porcuquine <porcuquine@users.noreply.github.com>"]
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.4.0"

[dependencies.itertools]
version = "0.8"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.logging-toolkit]
version = "0.4.0"

[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.slog]
version = "2.4.1"

[dependencies.storage-proofs]
version = "0.4.0"
[dev-dependencies.tempfile]
version = "3"

[features]
default = ["sled"]