# 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" rust-version = "1.79" name = "teloxide-inline-widgets" version = "0.1.0" authors = ["Сырцев Вадим Игоревич "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for creation of inline-keyboard widgets for teloxide framework" homepage = "https://github.com/syrtcevvi/teloxide-inline-widgets" readme = "README.md" keywords = [ "teloxide", "inline-keyboard", "widgets", "ui", "telegram-bot-api", ] license = "MIT" repository = "https://github.com/syrtcevvi/teloxide-inline-widgets" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", "-Znormalize-docs", ] [lib] name = "teloxide_inline_widgets" path = "src/lib.rs" [[example]] name = "checkbox_list" path = "examples/checkbox_list.rs" doc-scrape-examples = true [[example]] name = "multiple_widgets" path = "examples/multiple_widgets.rs" doc-scrape-examples = true [[example]] name = "radio_list" path = "examples/radio_list.rs" doc-scrape-examples = true [dependencies.derive_more] version = "0.99.18" features = ["display"] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.smallvec] version = "1.13.2" features = ["serde"] [dependencies.teloxide] version = "0.12.2" default-features = false [dev-dependencies.derive_more] version = "0.99.18" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.teloxide] version = "0.12.2" [dev-dependencies.tokio] version = "1.39.1" features = [ "rt-multi-thread", "macros", ] [features] nightly = []