# 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 = "leptos_animated_for" version = "0.4.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = " component utilizing FLIP position transitions for Leptos" readme = "README.md" keywords = [ "leptos", "animations", "dom", "web", "wasm", ] license = "MIT" repository = "https://github.com/brofrain/leptos-animated-for" [lib] name = "leptos_animated_for" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.leptos] version = "0.6.13" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.69" features = ["DomRect"] [lints.clippy] clone_on_ref_ptr = "warn" dbg_macro = "warn" deref_by_slicing = "warn" empty_drop = "warn" fallible_impl_from = "warn" float_cmp_const = "warn" fn_to_numeric_cast_any = "warn" get_unwrap = "warn" integer_division = "warn" lossy_float_literal = "warn" map_err_ignore = "warn" missing_const_for_fn = "warn" mod_module_files = "warn" multiple_inherent_impl = "warn" mutex_atomic = "warn" partial_pub_fields = "warn" print_stderr = "warn" print_stdout = "warn" pub_without_shorthand = "warn" rc_mutex = "warn" redundant_clone = "warn" redundant_type_annotations = "warn" ref_patterns = "warn" rest_pat_in_fully_bound_structs = "warn" semicolon_inside_block = "warn" str_to_string = "warn" string_to_string = "warn" suspicious_operation_groupings = "warn" suspicious_xor_used_as_pow = "warn" todo = "warn" trailing_empty_array = "warn" trait_duplication_in_bounds = "warn" try_err = "warn" unimplemented = "warn" unnecessary_self_imports = "warn" unneeded_field_pattern = "warn" unreachable = "warn" unseparated_literal_suffix = "warn" use_debug = "warn" use_self = "warn" verbose_file_reads = "warn" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid"