rs-car-sync 0.5.1

Rust implementation of the CAR v1 and v2 specifications using standard sync api
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 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 = "rs-car-sync"
version = "0.5.1"
authors = [
    "dapplion <dapplion@chainsafe.io>",
    "Philippe GASSMANN <philoops@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the CAR v1 and v2 specifications using standard sync api"
documentation = "https://docs.rs/rs-car-sync"
readme = "README.md"
keywords = [
    "ipfs",
    "ipld",
    "car",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zenria/rs-car-sync"

[lib]
name = "rs_car_sync"
path = "src/lib.rs"

[[test]]
name = "car_read_all"
path = "tests/car_read_all.rs"

[[test]]
name = "errors"
path = "tests/errors.rs"

[dependencies.blake2b_simd]
version = "1.0"
default-features = false

[dependencies.ipld-core]
version = "0.4.2"
default-features = false

[dependencies.serde_ipld_dagcbor]
version = "0.6.3"
default-features = false

[dependencies.sha2]
version = "0.10"
default-features = false

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"