# 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 = "pastol" version = "2.0.2" authors = ["M1n-74316D65"] description = "Paste.lol on the command line." homepage = "https://github.com/M1n-74316D65/Pastol" readme = "README.md" keywords = [ "pastebin", "markdown", "pastelol", "cli", "filesharing", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/M1n-74316D65/Pastol" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dirs] version = "5" [dependencies.markdown] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12" features = [ "native-tls-alpn", "json", ] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.termimad] version = "0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8"