# 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 = "egui_infinite_scroll" version = "0.5.0" authors = ["Lucas Meurer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Infinite scroll widget for egui" homepage = "https://lucasmerlin.github.io/hello_egui/" readme = "README.md" keywords = [ "egui", "ui", "infinite_scroll", ] license = "MIT" repository = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_infinite_scroll" [lib] name = "egui_infinite_scroll" path = "src/lib.rs" [[example]] name = "infinite_scroll_async" path = "examples/infinite_scroll_async.rs" required-features = ["tokio"] [[example]] name = "infinite_scroll_both_directions" path = "examples/infinite_scroll_both_directions.rs" [[example]] name = "infinite_scroll_example" path = "examples/infinite_scroll_example.rs" [[example]] name = "infinite_scroll_retry" path = "examples/infinite_scroll_retry.rs" [[example]] name = "infinite_scroll_table" path = "examples/infinite_scroll_table.rs" required-features = ["egui_extras"] [dependencies.egui] version = "0.29" default-features = false [dependencies.egui_extras] version = "0.29" optional = true default-features = false [dependencies.egui_inbox] version = "0.6.0" [dependencies.egui_virtual_list] version = "0.5.0" [dependencies.hello_egui_utils] version = "0.6.0" [dependencies.web-time] version = "1" [dev-dependencies.eframe] version = "0.29" default-features = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async = ["hello_egui_utils/async"] egui_extras = ["dep:egui_extras"] tokio = [ "async", "hello_egui_utils/tokio", ] [lints.clippy.cast_possible_truncation] level = "allow" priority = 12 [lints.clippy.cast_precision_loss] level = "allow" priority = 11 [lints.clippy.cast_sign_loss] level = "allow" priority = 13 [lints.clippy.doc_markdown] level = "allow" priority = 21 [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.float_cmp] level = "allow" priority = 14 [lints.clippy.missing_errors_doc] level = "allow" priority = 19 [lints.clippy.missing_fields_in_debug] level = "allow" priority = 20 [lints.clippy.missing_panics_doc] level = "allow" priority = 18 [lints.clippy.module_name_repetitions] level = "allow" priority = 10 [lints.clippy.must_use_candidate] level = "allow" priority = 16 [lints.clippy.pedantic] level = "deny" priority = 1 [lints.clippy.perf] level = "warn" priority = 3 [lints.clippy.return_self_not_must_use] level = "allow" priority = 17 [lints.clippy.struct_excessive_bools] level = "allow" priority = 15 [lints.clippy.style] level = "warn" priority = 4 [lints.rust] unsafe_code = "deny"