# 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 = "filmweb-csv" version = "0.2.13" authors = ["wedkarz02"] build = false exclude = ["/.github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Effortless Filmweb data -> CSV fetching." readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wedkarz02/filmweb-csv" [[bin]] name = "filmweb-csv" path = "src/main.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.dirs] version = "5.0.1" [dependencies.flexi_logger] version = "0.29.3" [dependencies.futures] version = "0.3.31" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.131" [dependencies.tokio] version = "1.40.0" features = ["full"]