# 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 = "wagon-gll" version = "1.0.0" authors = ["Rafael Dulfer"] description = "GLL library for WAGon generated parsers." documentation = "https://dulfer.be/wagon/wagon-gll" readme = "README.md" keywords = [ "parsing", "gll", "WAG", "grammars", ] categories = [ "parsing", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/Rafaeltheraven/wagon-gll" [dependencies.derivative] version = "2.2.0" [dependencies.indexmap] version = "2.0.2" [dependencies.ordered-float] version = "3.9.1" [dependencies.petgraph] version = "0.6.3" default-features = false [dependencies.rand_core] version = "0.6.4" [dependencies.regex-automata] version = "0.4.4" [dependencies.thiserror] version = "1.0.57" [dependencies.v_latexescape] version = "0.14.8" [dependencies.wagon-ident] version = "1.0.0" [dependencies.wagon-macros] version = "1.0.0" [dependencies.wagon-utils] version = "1.0.0" [dependencies.wagon-value] version = "1.0.0" [lints.clippy] enum_glob_use = "deny" expect_used = "warn" module_name_repetitions = "allow" nursery = "deny" panic = "warn" pedantic = "warn" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"