# 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" rust-version = "1.75.0" name = "memebattle_post" version = "0.0.1" authors = ["Vasiliy Kuzenkove "] description = "A CLI tool for creating blog posts for Memebattle blog" keywords = [ "blog-post", "cli", ] license = "Apache-2.0" [[bin]] name = "memebattle_post" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = [ "derive", "env", ] [dependencies.edit] version = "0.1.5" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.rprompt] version = "2.1.1" [dependencies.slug] version = "0.1.5" [dependencies.tempfile] version = "3.9.0" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.1.0" [dev-dependencies.predicates] version = "3.0.4" [target."cfg(not(windows))".dev-dependencies.rexpect] version = "0.5.0"