# 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 = "ingenuity-dl" version = "0.1.2" authors = ["Parker Lamb"] exclude = ["docs/*"] description = "Automatically download images from the Mars Ingenuity helicopter and compile them into a video." readme = "README.md" license = "GPL-3.0-or-later" [dependencies.anyhow] version = "1.0.69" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "2.33.3" [dependencies.console] version = "0.15.5" [dependencies.futures] version = "0.3.26" [dependencies.gifski] version = "1.10.0" [dependencies.image] version = "0.24.5" [dependencies.imgref] version = "1.9.4" [dependencies.indicatif] version = "0.17.3" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] [dependencies.rgb] version = "0.8.35" [dependencies.serde_json] version = "1.0.93" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.25.0" features = ["full"]