# 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-std-serde" version = "0.1.2" description = "Lune standard library - Serde" license = "MPL-2.0" repository = "https://github.com/lune-org/lune" [lib] path = "src/lib.rs" [dependencies.async-compression] version = "0.4" features = [ "tokio", "brotli", "deflate", "gzip", "zlib", ] [dependencies.blake3] version = "=1.5.0" features = ["traits-preview"] [dependencies.bstr] version = "1.9" [dependencies.digest] version = "0.10.7" [dependencies.hmac] version = "0.12.1" [dependencies.lune-utils] version = "0.1.3" [dependencies.lz4] version = "1.26" [dependencies.md-5] version = "0.10.6" [dependencies.mlua] version = "0.9.9" features = [ "luau", "serialize", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dependencies.tokio] version = "1" features = [ "rt", "io-util", ] default-features = false [dependencies.toml] version = "0.8" features = ["preserve_order"] [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