# 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 = "nodui" version = "0.1.0" authors = ["Tristan Guichaoua "] description = "An egui-based visual graph editor" readme = "README.md" keywords = [ "egui", "visual_editor", "graph", ] categories = [ "game-development", "graphics", "gui", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tguichaoua/nodui" [dependencies.nodui_core] version = "0.1.0" default-features = false [dependencies.nodui_egui] version = "0.1.0" default-features = false [dev-dependencies.eframe] version = "0.28" features = [ "default_fonts", "glow", ] default-features = false [dev-dependencies.egui] version = "0.28" default-features = false [features] serde = ["nodui_core/serde"] [lints.clippy] exit = "deny" expect_used = "warn" get_unwrap = "warn" indexing_slicing = "warn" mem_forget = "warn" missing_docs_in_private_items = "warn" missing_inline_in_public_items = "warn" module_name_repetitions = "allow" panic = "warn" pedantic = "warn" pub_without_shorthand = "warn" redundant_type_annotations = "warn" renamed_function_params = "warn" rest_pat_in_fully_bound_structs = "warn" same_name_method = "warn" self_named_module_files = "warn" str_to_string = "warn" string_to_string = "warn" tests_outside_test_module = "warn" try_err = "warn" unimplemented = "warn" unseparated_literal_suffix = "warn" unwrap_used = "warn" wildcard_enum_match_arm = "warn" [lints.rust] elided_lifetimes_in_paths = "warn" ffi_unwind_calls = "warn" keyword_idents_2024 = "warn" let_underscore_drop = "warn" missing_abi = "warn" missing_docs = "warn" non_ascii_idents = "warn" non_local_definitions = "warn" redundant_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unit_bindings = "warn" unnameable_types = "warn" unreachable_pub = "warn" unsafe_code = "forbid" unsafe_op_in_unsafe_fn = "warn" unstable_features = "deny" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" variant_size_differences = "warn"