# 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 = "webbundle" version = "0.5.1" authors = ["Hayato Ito "] description = "WebBundle library" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/google/webbundle" resolver = "1" [package.metadata."docs.rs"] all-features = true [[bench]] name = "fs-build-bench" harness = false [dependencies.anyhow] version = "1.0.52" [dependencies.cbor_event] version = "2.1.3" [dependencies.headers] version = "0.3.5" [dependencies.http] version = "0.2.6" [dependencies.log] version = "0.4.14" [dependencies.mime_guess] version = "2.0.3" [dependencies.pathdiff] version = "0.2.1" optional = true [dependencies.tokio] version = "1.15.0" features = ["full"] optional = true [dependencies.walkdir] version = "2.3.2" optional = true [dev-dependencies.criterion] version = "0.4" features = [ "html_reports", "async_tokio", ] [dev-dependencies.tempfile] version = "3.3.0" [features] fs = [ "pathdiff", "tokio", "walkdir", ]