# 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 = "daily_scry" version = "1.2.0" authors = ["Philip Molares "] description = "Post random scryfall image to mastodon, telegram or stdout" readme = "README.md" license = "MIT" repository = "https://github.com/DerMolly/DailyScry" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.30" [dependencies.image] version = "0.25.1" [dependencies.log] version = "0.4.21" [dependencies.megalodon] version = "0.13.2" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.scryfall] version = "0.16.1" [dependencies.snafu] version = "0.8.2" [dependencies.string-builder] version = "0.2.0" [dependencies.teloxide-core] version = "0.9.1" default-features = false [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.8.0" [dev-dependencies.temp-env] version = "0.3.6"