# 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" rust-version = "1.75" name = "htsget-http" version = "0.5.1" authors = [ "Daniel del Castillo de la Rosa ", "Marko Malenic ", "Roman Valls Guimera ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for handling HTTP in htsget-rs." homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-http/README.md" documentation = "https://github.com/umccr/htsget-rs/blob/main/htsget-http/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/umccr/htsget-rs" [lib] name = "htsget_http" path = "src/lib.rs" [dependencies.futures] version = "0.3" [dependencies.htsget-config] version = "0.12.0" default-features = false [dependencies.htsget-search] version = "0.9.1" default-features = false [dependencies.htsget-test] version = "0.7.1" default-features = false [dependencies.http] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [features] default = [] experimental = [ "htsget-config/experimental", "htsget-search/experimental", "htsget-test/experimental", ] s3-storage = [ "htsget-config/s3-storage", "htsget-search/s3-storage", "htsget-test/s3-storage", ] url-storage = [ "htsget-config/url-storage", "htsget-search/url-storage", "htsget-test/url-storage", ]