youtube_chapter_splitter 0.14.10

Download YouTube videos, extract audio to MP3, and split by chapters
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 = "2024"
name = "youtube_chapter_splitter"
version = "0.14.10"
authors = ["YouTube Chapter Splitter Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Download YouTube videos, extract audio to MP3, and split by chapters"
readme = "README.md"
keywords = [
    "youtube",
    "audio",
    "mp3",
    "chapters",
    "downloader",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/all3f0r1/youtube-chapter-splitter"

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

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[test]]
name = "test_audio_functions"
path = "tests/test_audio_functions.rs"

[[test]]
name = "test_audio_tags"
path = "tests/test_audio_tags.rs"

[[test]]
name = "test_chapters"
path = "tests/test_chapters.rs"

[[test]]
name = "test_chapters_numbered_format"
path = "tests/test_chapters_numbered_format.rs"

[[test]]
name = "test_config_options"
path = "tests/test_config_options.rs"

[[test]]
name = "test_dependency"
path = "tests/test_dependency.rs"

[[test]]
name = "test_downloader"
path = "tests/test_downloader.rs"

[[test]]
name = "test_downloader_functions"
path = "tests/test_downloader_functions.rs"

[[test]]
name = "test_edge_cases_advanced"
path = "tests/test_edge_cases_advanced.rs"

[[test]]
name = "test_error"
path = "tests/test_error.rs"

[[test]]
name = "test_integration_e2e"
path = "tests/test_integration_e2e.rs"

[[test]]
name = "test_main"
path = "tests/test_main.rs"

[[test]]
name = "test_playlist"
path = "tests/test_playlist.rs"

[[test]]
name = "test_refactored_helpers"
path = "tests/test_refactored_helpers.rs"

[[test]]
name = "test_stdin_handling"
path = "tests/test_stdin_handling.rs"

[[test]]
name = "test_url_validation"
path = "tests/test_url_validation.rs"

[[test]]
name = "test_utils_edge_cases"
path = "tests/test_utils_edge_cases.rs"

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

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "5.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.lofty]
version = "0.22"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "3.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2.10"
features = ["json"]