# 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 = "shitpost_markov" version = "1.0.1" authors = ["Kaitlyn~Ethylia "] description = "Backend for training a Markov bot at compile-time." readme = "README.md" keywords = [ "web", "terminal", "compiler", ] license = "JSON" repository = "https://github.com/KaitlynEthylia/shitpost/tree/mistress/markov" [dependencies.actson] version = "1.0.0" features = ["tokio"] [dependencies.bytes] version = "1.6.0" [dependencies.futures] version = "0.3.30" [dependencies.html-escape] version = "0.2.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "stream", ] [dependencies.string-interner] version = "0.17.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [features] _ = [] default = ["_"]