# 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 = "spl_frontend" version = "0.1.1" authors = ["AlecGhost"] description = "Compiler-Frontend for SPL" license = "MIT" repository = "https://github.com/AlecGhost/LSP4SPL" resolver = "1" [[bench]] name = "benches" harness = false [dependencies.nom] version = "7.1.3" [dependencies.nom_locate] version = "4.2.0" [dependencies.spl_frontend_macros] version = "0.1.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = ["full"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.pretty_assertions] version = "1.4.0"