datahugger 0.5.5

Tool for fetching data and metadata from DOI or URL.
Documentation
# 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 = "datahugger"
version = "0.5.5"
authors = ["Jusong Yu <jusong.yu@pm.me>"]
build = false
exclude = [
    "misc/*",
    "python/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool for fetching data and metadata from DOI or URL."
homepage = "https://github.com/EOSC-Data-Commons/datahugger-ng"
readme = "README.md"
keywords = [
    "science",
    "data",
    "research",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EOSC-Data-Commons/datahugger-ng"

[lib]
name = "datahugger"
path = "src/lib.rs"

[[bin]]
name = "datahugger"
path = "src/main.rs"

[[example]]
name = "multiple-repos"
path = "examples/multiple-repos.rs"

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.digest]
version = "0.10.7"

[dependencies.exn]
version = "0.3.0"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.md-5]
version = "0.10.6"

[dependencies.mime]
version = "0.3.17"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.native-tls]
version = "0.2.14"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "__native-tls",
    "json",
    "rustls",
    "stream",
    "query",
]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tokio]
version = "1.50.0"
features = [
    "fs",
    "io-util",
    "macros",
    "rt",
    "rt-multi-thread",
    "tracing",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"

[dependencies.xmltree]
version = "0.12.0"

[dev-dependencies.wiremock]
version = "0.6.5"

[profile.dist]
lto = "thin"
inherits = "release"