# 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 = "erg_parser" version = "0.6.48-nightly.1" authors = ["erg-lang team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Erg parser" homepage = "https://erg-lang.org/" documentation = "http://docs.rs/erg_parser" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/erg-lang/erg" [lib] name = "erg_parser" crate-type = [ "cdylib", "rlib", ] path = "lib.rs" [[bin]] name = "ergp" path = "main.rs" [[test]] name = "parse_test" path = "tests/parse_test.rs" [[test]] name = "tokenize_test" path = "tests/tokenize_test.rs" [dependencies.erg_common] version = "0.6.48-nightly.1" [dependencies.erg_proc_macros] version = "0.6.48-nightly.1" [dependencies.pyo3] version = "0.21" features = ["extension-module"] optional = true [dependencies.unicode-xid] version = "0.2.4" [features] debug = ["erg_common/debug"] experimental = [ "erg_common/experimental", "parallel", ] japanese = ["erg_common/japanese"] large_thread = ["erg_common/large_thread"] log-level-error = ["erg_common/log-level-error"] parallel = ["erg_common/parallel"] pretty = ["erg_common/pretty"] pylib = [ "dep:pyo3", "erg_common/pylib", ] pylib_parser = ["pylib"] simplified_chinese = ["erg_common/simplified_chinese"] traditional_chinese = ["erg_common/traditional_chinese"] unicode = ["erg_common/unicode"]