# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "devtogo" version = "0.1.0" authors = ["softprops "] description = "a dev.to tool for the road" homepage = "https://github.com/softprops/devtogo" documentation = "https://docs.rs/devtogo" readme = "README.md" keywords = ["devto", "dev", "blog"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/softprops/devtogo" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.again] version = "0.1" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.colored] version = "1.9" [dependencies.frontmatter] version = "0.4" [dependencies.reqwest] version = "0.10" features = ["rustls-tls", "json"] default_features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "0.2" features = ["macros"] [dependencies.walkdir] version = "2.3"