# 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 = "axum-range" version = "0.4.0" description = "HTTP Range responses for axum" homepage = "https://github.com/haileys/axum-range" documentation = "https://docs.rs/axum-range" readme = "README.md" license = "MIT" repository = "https://github.com/haileys/axum-range" [dependencies.axum] version = "0.7" default-features = false [dependencies.axum-extra] version = "0.9" features = ["typed-header"] [dependencies.bytes] version = "1.5" [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.http-body] version = "1.0" [dependencies.pin-project] version = "1.1" [dependencies.tokio] version = "1.3" features = [ "fs", "io-util", ] [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.axum] version = "0" features = ["macros"] [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [features] run_server_in_example = []