# 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-config" version = "0.12.0" authors = [ "Daniel del Castillo de la Rosa ", "Marko Malenic ", "Roman Valls Guimera ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Used to configure htsget-rs by using a config file or reading environment variables." homepage = "https://github.com/umccr/htsget-rs/blob/main/htsget-config/README.md" documentation = "https://github.com/umccr/htsget-rs/blob/main/htsget-config/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/umccr/htsget-rs" [lib] name = "htsget_config" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "1" optional = true [dependencies.aws-sdk-secretsmanager] version = "1" features = ["test-util"] optional = true [dependencies.cfg-if] version = "1" optional = true [dependencies.clap] version = "4" features = [ "derive", "env", "cargo", ] [dependencies.crypt4gh] version = "0.4" optional = true [dependencies.figment] version = "0.10" features = [ "env", "toml", ] [dependencies.futures-util] version = "0.3" optional = true [dependencies.http] version = "1" [dependencies.http-serde] version = "2" [dependencies.noodles] version = "0.83" features = ["core"] [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = ["rustls-tls"] optional = true default-features = false [dependencies.rustls] version = "0.23" [dependencies.rustls-pemfile] version = "2" [dependencies.rustls-pki-types] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_regex] version = "1" [dependencies.serde_with] version = "3" [dependencies.tempfile] version = "3" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["rt"] optional = true [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", "ansi", "json", ] [dev-dependencies.aws-smithy-mocks-experimental] version = "0.2" [dev-dependencies.figment] version = "0.10" features = ["test"] [dev-dependencies.rcgen] version = "0.13" features = ["pem"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = [] experimental = [ "dep:crypt4gh", "dep:tokio", "dep:futures-util", ] s3-storage = [ "dep:aws-sdk-secretsmanager", "dep:aws-config", "dep:tempfile", ] url-storage = [ "dep:reqwest", "dep:cfg-if", ]