# 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 = "graphsync" version = "0.1.0" description = "Implementation of the GraphSync wire protocol" readme = "README.md" license = "MIT" repository = "https://github.com/myelnet/rs-graphsync" [[example]] name = "data_transfer" [[bench]] name = "e2e" harness = false [[bench]] name = "traversal" harness = false [dependencies.anyhow] version = "1.0.51" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.futures] version = "0.3.21" [dependencies.ipld_traversal] version = "0.1.0" default_features = false [dependencies.libipld] version = "0.13.1" features = ["serde-codec"] [dependencies.libp2p] version = "0.46.1" features = ["wasm-ext"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.12" package = "cs_serde_bytes" [dependencies.serde_ipld_dagcbor] version = "0.2.2" [dependencies.serde_repr] version = "0.1" [dependencies.serde_tuple] version = "0.5" [dependencies.smallvec] version = "1.9.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dev-dependencies.clap] version = "3.2.18" features = ["derive"] [dev-dependencies.criterion] version = "0.3" features = [ "async_futures", "async_std", ] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5"