# 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 = "sourcepawn_lexer" version = "0.2.1" include = [ "src/**/*", "Cargo.toml", ] description = "Lossless SourcePawn lexer" documentation = "https://docs.rs/sourcepawn_lexer" readme = "README.md" license = "MIT" repository = "https://github.com/Sarrus1/sourcepawn-lexer" [lib] doctest = false [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.logos] version = "0.12.1" [dependencies.lsp-types] version = "0.94.0" [dependencies.regex] version = "1.7.3" [dependencies.smol_str] version = "0.2.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.minreq] version = "2.7.0" features = ["https"]