# 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.70" name = "rulox" version = "0.9.0" authors = ["Caleb Robson"] description = "A lightweight scripting language embedded in Rust." documentation = "https://docs.rs/rulox/latest" readme = "README.md" keywords = [ "lox", "scripting", "parsing", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/Spartan2909/rulox" [dependencies.rulox_macro] version = "0.9" [dependencies.rulox_types] version = "0.6" [features] async = [ "sync", "rulox_types/async", ] default = [ "sync", "async", ] serialise = ["rulox_types/serialise"] sync = ["rulox_types/sync"] [lints.clippy] cast_possible_truncation = "allow" cast_sign_loss = "allow" implicit_hasher = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" redundant_pub_crate = "allow" significant_drop_in_scrutinee = "allow" too_many_lines = "allow" use_self = "allow" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1