# 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 = "lune-utils" version = "0.1.3" description = "Utilities library for Lune" license = "MPL-2.0" repository = "https://github.com/lune-org/lune" [lib] path = "src/lib.rs" [dependencies.console] version = "0.15" [dependencies.dunce] version = "1.0" [dependencies.mlua] version = "0.9.9" features = [ "luau", "async", ] [dependencies.once_cell] version = "1.17" [dependencies.path-clean] version = "1.0" [dependencies.pathdiff] version = "0.2" [dependencies.tokio] version = "1" features = ["fs"] default-features = false [lints.clippy.all] level = "deny" priority = -3 [lints.clippy.cargo] level = "warn" priority = -2 [lints.clippy.cast_lossless] level = "allow" priority = 1 [lints.clippy.cast_possible_truncation] level = "allow" priority = 1 [lints.clippy.cast_possible_wrap] level = "allow" priority = 1 [lints.clippy.cast_precision_loss] level = "allow" priority = 1 [lints.clippy.cast_sign_loss] level = "allow" priority = 1 [lints.clippy.module_inception] level = "allow" priority = 1 [lints.clippy.module_name_repetitions] level = "allow" priority = 1 [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.clippy.needless_pass_by_value] level = "allow" priority = 1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.similar_names] level = "allow" priority = 1 [lints.clippy.unnecessary_wraps] level = "allow" priority = 1 [lints.clippy.unnested_or_patterns] level = "allow" priority = 1 [lints.clippy.unreadable_literal] level = "allow" priority = 1 [lints.clippy.wildcard_imports] level = "allow" priority = 1