# 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 = "pylyzer" version = "0.0.70" authors = ["Shunsuke Shibayama "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A static code analyzer & language server for Python" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mtshiba/pylyzer" [profile.opt-with-dbg] debug = 2 inherits = "release" [[bin]] name = "pylyzer" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.els] version = "0.1.60-nightly.1" features = ["py_compat"] [dependencies.erg_common] version = "0.6.48-nightly.1" features = [ "py_compat", "els", ] [dependencies.pylyzer_core] version = "0.0.70" [dev-dependencies.erg_compiler] version = "0.6.48-nightly.1" features = [ "py_compat", "els", ] [features] backtrace = [ "erg_common/backtrace", "els/backtrace", "pylyzer_core/backtrace", ] debug = [ "erg_common/debug", "pylyzer_core/debug", ] experimental = [ "erg_common/experimental", "els/experimental", "pylyzer_core/experimental", "parallel", ] large_thread = [ "erg_common/large_thread", "els/large_thread", "pylyzer_core/large_thread", ] parallel = [ "erg_common/parallel", "pylyzer_core/parallel", ] pretty = [ "erg_common/pretty", "pylyzer_core/pretty", ]