# 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 = "bilibili-extractor" version = "1.0.2" authors = ["nanashi-1"] description = "Tools to extract and compile bilibili downloads." readme = "README.md" keywords = ["bilibili"] license = "MIT" repository = "https://github.com/nanashi-1/bilibili-extractor" [lib] name = "bilibili_extractor_lib" path = "src/lib.rs" [[bin]] name = "bilibili_extractor_cli" path = "src/cli/main.rs" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.rayon] version = "1.10.0" [dependencies.rsubs-lib] version = "0.1.8" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.105" [dependencies.spinners] version = "4.1.1" [dependencies.thiserror] version = "1.0.60"