# 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 = "2018" name = "unixfs-v1" version = "0.3.0" authors = ["David Craven "] description = "unixfs v1 implementation" license = "MIT OR Apache-2.0" repository = "https://github.com/rs-ipfs/rust-ipfs" [[bench]] name = "ingest-tar" harness = false [[bench]] name = "adder" harness = false [dependencies.either] version = "1.6.1" [dependencies.filetime] version = "0.2.14" optional = true [dependencies.libipld] version = "0.14.0" default-features = false [dependencies.multihash] version = "0.16.3" features = ["sha2"] default-features = false [dependencies.quick-protobuf] version = "0.8.0" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.hex-literal] version = "0.3.3" [dev-dependencies.libc] version = "0.2.119" [dev-dependencies.tar] version = "0.4.35" [features] default = ["filetime"]