ipfs-cid 1.0.0

Generate IPFS CIDs (Content Identifiers) from a slice of bytes.
Documentation
[dependencies.bs58]
version = "0.5.0"

[dependencies.cid]
default-features = false
version = "0.5.1"

[dependencies.ipfs-unixfs]
version = "0.2.0"

[dependencies.thiserror]
version = "1.0.41"

[package]
authors = ["Abid Omar <contact@omarabid.com>"]
description = "Generate IPFS CIDs (Content Identifiers) from a slice of bytes.\n"
edition = "2021"
exclude = ["tests/*", "examples/*", "data/*"]
homepage = "https://github.com/omarabid/ipfs-cid"
keywords = ["ipfs", "cid", "content", "identifier", "hash"]
license = "MIT"
name = "ipfs-cid"
readme = "README.md"
repository = "https://github.com/omarabid/ipfs-cid"
rust-version = "1.70.0"
version = "1.0.0"