# 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 = "bazarr-bulk" version = "0.1.6" authors = ["Mateo Radman "] description = "A bulk operation CLI tool for Bazarr" homepage = "https://github.com/mateoradman/bazarr-bulk" documentation = "https://github.com/mateoradman/bazarr-bulk" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mateoradman/bazarr-bulk" [[bin]] name = "bb" path = "src/main.rs" bench = false [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.config] version = "0.13.4" features = ["json"] [dependencies.human-panic] version = "1.2.3" [dependencies.indicatif] version = "0.17.8" features = ["tokio"] [dependencies.reqwest] version = "0.11.25" features = [ "json", "rustls-tls", ] default-features = false [dependencies.reqwest-middleware] version = "0.2.5" [dependencies.reqwest-retry] version = "0.4.0" [dependencies.reqwest-tracing] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"]