# 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 = "rs-car-ipfs" version = "0.3.0" authors = ["dapplion "] description = "rs-car wrapper to read files from IPFS trustless gateways" documentation = "https://docs.rs/rs-car-ipfs" readme = "README.md" keywords = [ "ipfs", "ipld", "car", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dapplion/rs-car-ipfs" [lib] name = "rs_car_ipfs" path = "src/lib.rs" [[bin]] name = "car-ipfs" path = "src/bin.rs" required-features = ["bin"] [dependencies.async-std] version = "1.12.0" features = ["attributes"] optional = true [dependencies.futures] version = "0.3" [dependencies.quick-protobuf] version = "0.8" features = ["std"] default-features = false [dependencies.rs-car] version = "0.4" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.3.4" [features] bin = ["async-std"]