# 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 = "rmbs" version = "1.2.0" build = false exclude = [ ".github", "target", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Remove any fluff, corporate speak, or other bullshit from input text and print the TL;DR essence of what's being said, using the www.bullshitremover.com public LLM API" homepage = "https://www.bullshitremover.com/" readme = "README.md" keywords = [ "text", "summarize", "condense", "llm", "ai", ] categories = [ "command-line-utilities", "text-processing", ] license-file = "LICENSE" repository = "https://github.com/PsychedelicShayna/rmbs" [[bin]] name = "rmbs" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.minreq] version = "2.12.0" features = ["https"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128"