iced_split 0.1.0

resizeable splits for iced
Documentation
[dependencies.iced_core]
version = "0.14.0"

[lib]
name = "iced_split"
path = "src/lib.rs"

[lints.clippy]
allow_attributes = "warn"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "warn"
empty_enum_variants_with_brackets = "warn"
empty_structs_with_brackets = "warn"
float_cmp = "allow"
get_unwrap = "warn"
if_then_some_else_none = "warn"
lossy_float_literal = "warn"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_unsafe_ops_per_block = "deny"
print_stderr = "warn"
print_stdout = "warn"
pub_without_shorthand = "warn"
redundant_type_annotations = "warn"
ref_patterns = "warn"
renamed_function_params = "warn"
rest_pat_in_fully_bound_structs = "warn"
same_name_method = "warn"
semicolon_inside_block = "warn"
separated_literal_suffix = "warn"
str_to_string = "warn"
string_lit_chars_any = "warn"
too_many_arguments = "allow"
too_many_lines = "allow"
try_err = "warn"
type_complexity = "allow"
undocumented_unsafe_blocks = "deny"
unused_trait_names = "warn"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
unused_crate_dependencies = "warn"
unused_qualifications = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "resizeable splits for iced"
edition = "2024"
keywords = ["gui", "widget", "iced", "iced-rs"]
license = "MIT"
name = "iced_split"
readme = "README.md"
repository = "https://github.com/edwloef/iced_split"
version = "0.1.0"