# 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 = "devto-cli" version = "0.3.1" authors = ["Ken Matsui <26405363+ken-matsui@users.noreply.github.com>"] description = "A CLI tool to manage dev.to articles" homepage = "https://github.com/ken-matsui/devto-cli#readme" documentation = "https://docs.rs/devto-cli" readme = "README.md" license = "MIT" repository = "https://github.com/ken-matsui/devto-cli/" resolver = "2" [[bin]] name = "devto" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2" features = [ "derive", "env", ] [dependencies.convert_case] version = "0.5" [dependencies.dialoguer] version = "0.10" [dependencies.frontmatter] version = "0.4" [dependencies.http] version = "0.2" [dependencies.inflections] version = "1.1" [dependencies.isahc] version = "1.7" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.webbrowser] version = "0.7"