# 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 = "shuller" version = "2.0.7" authors = ["TOwInOK"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lib to get links to images for your favourite tags on rule34 and any" documentation = "https://docs.rs/shuller" readme = "README.md" keywords = [ "async", "networking", "http", "rule34", ] categories = [ "asynchronous", "web-programming", "parsing", "network-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/TOwInOK/shuller" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 1 debug = 2 [profile.release] opt-level = 3 lto = true debug = 0 panic = "unwind" strip = true [lib] name = "shuller" path = "src/lib.rs" [[test]] name = "work" path = "tests/work.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tinyrand] version = "0.5.0" [dependencies.uller] version = "0.1.22" features = ["juller"] [dependencies.url] version = "2.5.2" [dev-dependencies.tokio] version = "1.38.0" features = ["macros"] [features] default = [] full = ["rand"] rand = []