# 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 = "mtracker" version = "0.5.0" authors = ["Rudolf Unruh"] description = "cli movie tracker - keep track of watched movies and series" readme = "README.md" keywords = [ "movies", "series", "entertainment", "database", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/r-unruh/mtracker" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.7" features = [ "cargo", "string", ] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.edit] version = "0.1.5" [dependencies.regex] version = "1.11.1" [dependencies.tempfile] version = "3.14.0"