# 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 = "cycle_cursor" version = "0.1.1" authors = ["Utkarsh Bhardwaj (Passeriform) "] build = false exclude = [ "/.github/", "/ci/", "/benchsuite/", "/scripts/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cyclic cursor implementation over generic iterators" homepage = "https://www.passeriform.com/prod/cycle_cursor.rs" readme = "README.md" keywords = [ "iterator", "cycle", "vec", "cursor", "linked-list", ] categories = [ "algorithms", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/Passeriform/cycle_cursor.rs" [lib] name = "cycle_cursor" path = "src/lib.rs" [badges.is-it-maintained-issue-resolution] repository = "https://github.com/Passeriform/cycle_cursor" [badges.is-it-maintained-open-issues] repository = "https://github.com/Passeriform/cycle_cursor" [badges.maintenance] status = "actively-developed" [lints.clippy] arithmetic_side_effects = "warn" as_conversions = "warn" blanket_clippy_restriction_lints = "allow" cast_lossless = "warn" exhaustive_enums = "warn" exhaustive_structs = "warn" implicit_return = "allow" indexing_slicing = "warn" min_ident_chars = "warn" missing_docs_in_private_items = "warn" missing_errors_doc = "warn" missing_trait_methods = "allow" mod_module_files = "allow" module_name_repetitions = "warn" multiple_crate_versions = "allow" question_mark_used = "warn" separated_literal_suffix = "allow" shadow_reuse = "warn" single_call_fn = "allow" std_instead_of_alloc = "warn" std_instead_of_core = "warn" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.restriction] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust] absolute_paths_not_starting_with_crate = "warn" deprecated_in_future = "warn" deprecated_safe = "warn" elided_lifetimes_in_paths = "warn" explicit_outlives_requirements = "warn" ffi_unwind_calls = "warn" keyword-idents = "warn" keyword_idents_2018 = "warn" keyword_idents_2024 = "warn" let_underscore_drop = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" missing_unsafe_on_extern = "warn" non_ascii_idents = "warn" non_local_definitions = "warn" redundant_lifetimes = "warn" rust_2021_incompatible_closure_captures = "warn" rust_2021_incompatible_or_patterns = "warn" rust_2021_prefixes_incompatible_syntax = "warn" rust_2021_prelude_collisions = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unit_bindings = "warn" unnameable_types = "warn" unreachable_pub = "warn" unsafe_code = "warn" unsafe_op_in_unsafe_fn = "warn" unstable_features = "warn" unused_crate_dependencies = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" unused_results = "warn" variant_size_differences = "warn"