[package] name = "pastol" version = "2.0.2" authors = ["M1n-74316D65"] edition = "2021" description = "Paste.lol on the command line." readme = "README.md" homepage = "https://github.com/M1n-74316D65/Pastol" repository = "https://github.com/M1n-74316D65/Pastol" license = "MIT" keywords = ["pastebin", "markdown", "pastelol", "cli", "filesharing"] categories = ["command-line-utilities", "command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.12", features = ["native-tls-alpn", "json"] } tokio = { version = "1", features = ["full"] } clap = { version = "4", features = ["derive"] } toml = "0.8" serde_derive = "1" serde_json = "1" serde = "1" dirs = "5" rand = "0.8" chrono = "0.4" markdown = "0.3" regex = "1.10.4" termimad = "0"