# 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 = "balatro_tui" version = "0.1.3" authors = ["Utkarsh Bhardwaj (Passeriform) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Balatro game clone in CLI" homepage = "https://www.passeriform.com/prod/BalatroTUI" documentation = "https://docs.rs/balatro_tui/latest/balatro_tui/" readme = "README.md" keywords = [ "game", "command-line", "cli", "cards", ] categories = [ "command-line-utilities", "config", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/Passeriform/BalatroTUI" [[bin]] name = "balatro_tui" path = "src/main.rs" [dependencies.balatro_tui_core] version = "0.1.1" [dependencies.balatro_tui_widgets] version = "0.1.1" [dependencies.better-panic] version = "0.3.0" [dependencies.bit-set] version = "0.8.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] default-features = false [dependencies.futures] version = "0.3.30" [dependencies.human-panic] version = "2.0.1" [dependencies.itertools] version = "0.13.0" [dependencies.libc] version = "0.2.158" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.28.1" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" [dev-dependencies] [lints.clippy] absolute_paths = "warn" alloc_instead_of_core = "warn" allow_attributes = "warn" allow_attributes_without_reason = "warn" arithmetic_side_effects = "warn" as_conversions = "allow" as_underscore = "warn" assertions_on_result_states = "warn" big_endian_bytes = "warn" cast_precision_loss = "allow" cfg_not_test = "warn" clone_on_ref_ptr = "warn" create_dir = "warn" dbg_macro = "warn" decimal_literal_representation = "warn" default_numeric_fallback = "warn" default_union_representation = "warn" deref_by_slicing = "warn" disallowed_script_idents = "warn" else_if_without_else = "warn" empty_drop = "warn" empty_enum_variants_with_brackets = "warn" empty_structs_with_brackets = "warn" error_impl_error = "warn" exit = "warn" expect_used = "warn" field_scoped_visibility_modifiers = "warn" filetype_is_file = "warn" float_arithmetic = "allow" float_cmp_const = "warn" fn_to_numeric_cast_any = "warn" format_push_string = "warn" get_unwrap = "warn" host_endian_bytes = "warn" if_then_some_else_none = "warn" impl_trait_in_params = "warn" implicit_return = "allow" indexing_slicing = "warn" infinite_loop = "warn" inline_asm_x86_att_syntax = "warn" inline_asm_x86_intel_syntax = "warn" integer_division = "warn" integer_division_remainder_used = "warn" iter_over_hash_type = "warn" large_include_file = "warn" let_underscore_must_use = "warn" let_underscore_untyped = "warn" little_endian_bytes = "warn" lossy_float_literal = "warn" map_err_ignore = "warn" mem_forget = "warn" min_ident_chars = "allow" missing_assert_message = "warn" missing_asserts_for_indexing = "warn" missing_docs_in_private_items = "warn" missing_errors_doc = "allow" missing_inline_in_public_items = "allow" missing_trait_methods = "allow" mixed_read_write_in_expression = "warn" mod_module_files = "allow" module_name_repetitions = "allow" modulo_arithmetic = "warn" multiple_crate_versions = "warn" multiple_inherent_impl = "warn" multiple_unsafe_ops_per_block = "warn" mutex_atomic = "warn" needless_raw_strings = "warn" new_without_default = "warn" non_ascii_literal = "warn" panic = "warn" panic_in_result_fn = "warn" partial_pub_fields = "warn" pathbuf_init_then_push = "warn" pattern_type_mismatch = "warn" print_stderr = "warn" print_stdout = "warn" pub_use = "allow" pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_pub_crate = "allow" redundant_type_annotations = "warn" ref_patterns = "warn" renamed_function_params = "warn" rest_pat_in_fully_bound_structs = "warn" same_name_method = "warn" self_named_module_files = "warn" semicolon_inside_block = "warn" separated_literal_suffix = "allow" shadow_reuse = "warn" shadow_same = "warn" shadow_unrelated = "warn" single_call_fn = "allow" single_char_lifetime_names = "warn" std_instead_of_alloc = "allow" std_instead_of_core = "allow" str_to_string = "warn" string_add = "warn" string_lit_chars_any = "warn" string_slice = "warn" string_to_string = "warn" suspicious_xor_used_as_pow = "warn" tests_outside_test_module = "warn" todo = "warn" try_err = "warn" undocumented_unsafe_blocks = "warn" unimplemented = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unnecessary_self_imports = "warn" unneeded_field_pattern = "warn" unreachable = "warn" unseparated_literal_suffix = "warn" unused_result_ok = "warn" unwrap_in_result = "warn" unwrap_used = "allow" use_debug = "warn" verbose_file_reads = "warn" wildcard_enum_match_arm = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.perf] level = "warn" priority = -1 [lints.clippy.style] level = "warn" priority = -1 [lints.clippy.suspicious] level = "warn" priority = -1 [lints.rust] ambiguous_negative_literals = "warn" deprecated_in_future = "warn" ffi_unwind_calls = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" non_local_definitions = "warn" redundant_imports = "warn" redundant_lifetimes = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unit_bindings = "warn" unnameable_types = "warn" unreachable_pub = "warn" unsafe_code = "warn" unstable_features = "allow" unused_crate_dependencies = "allow" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" unused_results = "warn" variant_size_differences = "warn" [lints.rust.deprecated-safe] level = "warn" priority = -1 [lints.rust.future-incompatible] level = "warn" priority = -1 [lints.rust.keyword-idents] level = "warn" priority = -1 [lints.rust.let-underscore] level = "warn" priority = -1 [lints.rust.nonstandard-style] level = "warn" priority = -1 [lints.rust.refining-impl-trait] level = "warn" priority = -1 [lints.rust.rust-2018-compatibility] level = "warn" priority = -1 [lints.rust.rust-2018-idioms] level = "warn" priority = -1 [lints.rust.rust-2021-compatibility] level = "warn" priority = -1 [lints.rust.rust-2024-compatibility] level = "warn" priority = -1 [lints.rust.unused] level = "warn" priority = -1 [lints.rust.warnings] level = "warn" priority = -1