# 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 = "ipld_traversal" version = "0.2.2" description = "Implementation of IPLD selectors and traversal methods" license = "MIT" repository = "https://github.com/retrieval-markets-lab/rs-graphsync" [dependencies.anyhow] version = "1.0.51" [dependencies.indexmap] version = "1.8.0" features = ["serde"] [dependencies.integer-encoding] version = "3.0" default-features = false [dependencies.libipld] version = "0.15.0" features = ["serde-codec"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_ipld_dagcbor] version = "0.1.2" [dependencies.smallvec] version = "1.8.0" [dependencies.thiserror] version = "1.0" [dependencies.unixfs-v1] version = "0.2.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5"