# 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 = "dash-mpd-cli" version = "0.2.23" authors = ["Eric Marsden "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Download media content from a DASH-MPEG or DASH-WebM MPD manifest." documentation = "https://emarsden.github.io/dash-mpd-cli/" readme = "README.md" keywords = [ "video", "streaming", "DASH", "MPEG", "download", ] categories = [ "command-line-utilities", "multimedia", "multimedia::video", ] license = "MIT" repository = "https://github.com/emarsden/dash-mpd-cli" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 [[bin]] name = "dash-mpd-cli" path = "src/main.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "basic_auth" path = "tests/basic_auth.rs" [[test]] name = "bearer_auth" path = "tests/bearer_auth.rs" [[test]] name = "client-certificate" path = "tests/client-certificate.rs" [[test]] name = "commandline" path = "tests/commandline.rs" [[test]] name = "conformity" path = "tests/conformity.rs" [[test]] name = "container" path = "tests/container.rs" [[test]] name = "decryption" path = "tests/decryption.rs" [[test]] name = "fetch_fault_injection" path = "tests/fetch_fault_injection.rs" [[test]] name = "headers" path = "tests/headers.rs" [[test]] name = "muxers" path = "tests/muxers.rs" [[test]] name = "root-certificate" path = "tests/root-certificate.rs" [[test]] name = "subtitles" path = "tests/subtitles.rs" [[test]] name = "xslt" path = "tests/xslt.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "=4.4.18" features = [ "cargo", "unicode", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.dash-mpd] version = "0.17.2" features = [ "fetch", "compression", "rustls-tls", "scte35", ] default-features = false [dependencies.decrypt-cookies] version = "0.6.1" features = ["reqwest"] optional = true [dependencies.fs-err] version = "2.11.0" [dependencies.indicatif] version = "0.17.8" [dependencies.number_prefix] version = "0.4.0" [dependencies.reqwest] version = "0.12.7" features = [ "gzip", "rustls-tls", "socks", "json", "cookies", ] default-features = false [dependencies.serde_json] version = "1.0.127" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tempfile] version = "3.12.0" [dependencies.time] version = "0.3.36" features = ["local-offset"] [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.40" features = ["attributes"] [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "time", ] [dependencies.versions] version = "6.3.2" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.axum] version = "0.7.5" [dev-dependencies.axum-auth] version = "0.7" [dev-dependencies.ffprobe] version = "0.4.0" [dev-dependencies.file-format] version = "0.25.0" features = ["reader"] [dev-dependencies.http] version = "1.1.0" [dev-dependencies.hyper] version = "1.4.1" [dev-dependencies.hyper-serve] version = "0.6.2" features = ["tls-rustls"] [dev-dependencies.hyper-util] version = "0.1.7" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.mp4] version = "0.14.0" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.quick-xml] version = "0.36.1" features = ["serialize"] [dev-dependencies.rustls] version = "0.23.12" features = ["aws_lc_rs"] [dev-dependencies.rustls-pemfile] version = "2.1.3" [dev-dependencies.rustls-pki-types] version = "1.8.0" [dev-dependencies.test-log] version = "0.2.16" features = ["trace"] [dev-dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "time", "macros", ] [dev-dependencies.tokio-rustls] version = "0.26.0" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "time", ] [features] cookies = ["decrypt-cookies"] default = ["cookies"]