# 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" rust-version = "1.70.0" name = "ipfs-cid" version = "2.0.0" authors = ["Abid Omar "] exclude = [ "tests/*", "examples/*", "data/*", ] description = """ Generate IPFS CIDs (Content Identifiers) from a slice of bytes. """ homepage = "https://github.com/omarabid/ipfs-cid" readme = "README.md" keywords = [ "ipfs", "cid", "content", "identifier", "hash", ] license = "MIT" repository = "https://github.com/omarabid/ipfs-cid" [dependencies.bs58] version = "0.5.0" [dependencies.cid] version = "0.10.1" [dependencies.ipfs-unixfs] version = "0.2.0" [dependencies.multibase] version = "0.9.1" [dependencies.num-bigint] version = "0.4.4" [dependencies.thiserror] version = "1.0.41"