sector-base 0.2.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-base"
version = "0.2.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"

[[bench]]
name = "preprocessing"
harness = false
[dependencies.bitvec]
version = "0.11"

[dependencies.failure]
version = "0.1"

[dependencies.ffi-toolkit]
version = "^0.2"

[dependencies.itertools]
version = "0.8"

[dependencies.libc]
version = "0.2"

[dependencies.paired]
version = "0.15"

[dependencies.rand]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["rc", "derive"]

[dependencies.serde_cbor]
version = "0.9.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.storage-proofs]
version = "^0.2"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.tempfile]
version = "3"