# 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 = "body-image" version = "2.2.3" authors = ["David Kellum "] build = "build.rs" description = "Adaptive RAM/file-backed HTTP bodies." readme = "README.md" keywords = ["buffer", "http"] categories = ["web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/dekellum/body-image" [lib] doctest = false [dependencies.bytes] version = ">=1.0.0, <1.2" [dependencies.http] version = ">=0.2.2, <0.3" [dependencies.memmap] version = ">=0.7.0, <0.8" optional = true [dependencies.olio] version = ">=1.4.0, <1.5" default-features = false [dependencies.remove_dir_all] version = ">=0.5.0, <0.5.3" default-features = false [dependencies.tao-log] version = ">=1.0.0, <1.1" [dependencies.tempfile] version = ">=3.1.0, <3.3" [features] default = ["mmap"] mmap = ["memmap", "olio/mmap"]