# 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 = "teleparse" version = "0.0.4" authors = ["Pistonight "] build = false exclude = [ "**/*.expanded.rs", "book/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "teleparse" readme = "README.md" license = "MIT" repository = "https://github.com/Pistonite/teleparse" [lib] name = "teleparse" path = "src/lib.rs" [[test]] name = "book_ex_recur" path = "tests/book_ex_recur.rs" [[test]] name = "book_ex_simple" path = "tests/book_ex_simple.rs" [[test]] name = "book_terminal" path = "tests/book_terminal.rs" [[test]] name = "doc_lex_comment" path = "tests/doc_lex_comment.rs" [[test]] name = "doc_lex_term_regex" path = "tests/doc_lex_term_regex.rs" [[test]] name = "doc_lex_term_simple" path = "tests/doc_lex_term_simple.rs" [[test]] name = "first_follow" path = "tests/first_follow.rs" [[test]] name = "lexer" path = "tests/lexer.rs" [[test]] name = "macrotest" path = "tests/macrotest.rs" [[test]] name = "semantic" path = "tests/semantic.rs" [[test]] name = "trybuild" path = "tests/trybuild.rs" [dependencies.deref-derive] version = "0.1.0" [dependencies.derivative] version = "2.2.0" [dependencies.itertools] version = "0.13.0" [dependencies.logos] version = "0.14.0" [dependencies.num] version = "0.4.3" [dependencies.teleparse-macros] version = "=0.0.4" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.macrotest] version = "1.0.12" [dev-dependencies.trybuild] version = "1.0.96"