# 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 = "orzklv" version = "0.1.8" authors = ["Sokhibjon Orzikulov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library consisting various implementation for std and libs by Orzklv" homepage = "https://github.com/dark-voyage/liborzklv" readme = "README.md" keywords = [ "liborzklv", "orzklv", ] license = "BSD-3-Clause" repository = "https://github.com/dark-voyage/liborzklv" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustc-args = [ "--cfg", "dep_docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "orzklv" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.teloxide] version = "0.13" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" optional = true [dependencies.toml] version = "0.8" optional = true [dependencies.url] version = "2.5.0" optional = true [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [features] cli = [] full = [ "telegram", "string", "cli", ] string = [] telegram = [ "dep:teloxide", "dep:url", "dep:tokio", "dep:async-trait", "dep:toml", ]