# 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_linter" version = "0.6.48-nightly.1" authors = ["erg-lang team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "the Erg linter" homepage = "https://erg-lang.org/" documentation = "http://docs.rs/erg_linter" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/erg-lang/erg" [lib] name = "erg_linter" path = "lib.rs" [dependencies.erg_common] version = "0.6.48-nightly.1" [dependencies.erg_compiler] version = "0.6.48-nightly.1" [dependencies.erg_parser] version = "0.6.48-nightly.1" [features] backtrace = ["erg_common/backtrace"] debug = [ "erg_common/debug", "erg_parser/debug", "erg_compiler/debug", ] experimental = [ "erg_common/experimental", "erg_parser/experimental", "erg_compiler/experimental", ] full = [ "full-repl", "unicode", "pretty", ] full-repl = ["erg_common/full-repl"] gal = [ "erg_common/gal", "erg_compiler/gal", ] japanese = [ "erg_common/japanese", "erg_parser/japanese", "erg_compiler/japanese", ] large_thread = [ "erg_common/large_thread", "erg_parser/large_thread", "erg_compiler/large_thread", ] log-level-error = [ "erg_common/log-level-error", "erg_parser/log-level-error", "erg_compiler/log-level-error", ] parallel = [ "erg_common/parallel", "erg_parser/parallel", "erg_compiler/parallel", ] pretty = [ "erg_common/pretty", "erg_parser/pretty", "erg_compiler/pretty", ] py_compat = ["erg_compiler/py_compat"] simplified_chinese = [ "erg_common/simplified_chinese", "erg_parser/simplified_chinese", "erg_compiler/simplified_chinese", ] traditional_chinese = [ "erg_common/traditional_chinese", "erg_parser/traditional_chinese", "erg_compiler/traditional_chinese", ] unicode = [ "erg_common/unicode", "erg_parser/unicode", "erg_compiler/unicode", ]