# 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 = "imdb-rename" version = "0.1.6" authors = ["Andrew Gallant "] description = """ A command line utility for searching IMDb and renaming your media files. """ homepage = "https://github.com/BurntSushi/imdb-rename" documentation = "https://github.com/BurntSushi/imdb-rename" readme = "README.md" keywords = [ "imdb", "movie", "index", "search", "name", ] license = "Unlicense/MIT" repository = "https://github.com/BurntSushi/imdb-rename" [profile.release] debug = 2 [dependencies.anyhow] version = "1.0.75" [dependencies.bstr] version = "1.8.0" features = ["std"] default-features = false [dependencies.clap] version = "2.34.0" default-features = false [dependencies.flate2] version = "1.0.28" [dependencies.imdb-index] version = "0.1.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.regex] version = "1.10.2" [dependencies.tabwriter] version = "1.3.0" [dependencies.ureq] version = "2.9.1" features = ["tls"] default-features = false [dependencies.walkdir] version = "2.4.0"