# 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.65" name = "iroh-rpc-types" version = "0.2.0" authors = [ "Friedel Ziegelmayer ", "ramfox", ] description = "RPC type definitions for iroh" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/n0-computer/iroh" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.bytes] version = "1.1" features = ["serde"] [dependencies.cid] version = "0.9" features = ["serde-codec"] [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.24" [dependencies.libp2p] version = "0.50" features = ["serde"] default-features = false [dependencies.quic-rpc] version = "0.3.1" default-features = false [dependencies.serde] version = "1" [dependencies.serde-error] version = "0.1.2" [dependencies.serde_with] version = "2.1" [dependencies.tokio] version = "1"