# 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_compiler" version = "0.6.48-nightly.1" authors = ["erg-lang team "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Centimetre: the Erg compiler" homepage = "https://erg-lang.org/" documentation = "http://docs.rs/erg_compiler" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/erg-lang/erg" [lib] name = "erg_compiler" crate-type = [ "cdylib", "rlib", ] path = "lib.rs" [[bin]] name = "cm" path = "main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.erg_common] version = "0.6.48-nightly.1" [dependencies.erg_parser] version = "0.6.48-nightly.1" [dependencies.pyo3] version = "0.21" features = ["extension-module"] optional = true [build-dependencies.erg_common] version = "0.6.48-nightly.1" [features] debug = [ "erg_common/debug", "erg_parser/debug", ] els = ["erg_common/els"] experimental = [ "erg_common/experimental", "erg_parser/experimental", "parallel", ] full-repl = ["erg_common/full-repl"] gal = ["erg_common/gal"] japanese = [ "erg_common/japanese", "erg_parser/japanese", ] large_thread = [ "erg_common/large_thread", "erg_parser/large_thread", ] log-level-error = [ "erg_common/log-level-error", "erg_parser/log-level-error", ] no_std = ["erg_common/no_std"] parallel = [ "erg_common/parallel", "erg_parser/parallel", ] pretty = [ "erg_common/pretty", "erg_parser/pretty", ] py_compat = ["erg_common/py_compat"] pylib = [ "dep:pyo3", "erg_common/pylib", "erg_parser/pylib", ] pylib_compiler = ["pylib"] simplified_chinese = [ "erg_common/simplified_chinese", "erg_parser/simplified_chinese", ] traditional_chinese = [ "erg_common/traditional_chinese", "erg_parser/traditional_chinese", ] unicode = [ "erg_common/unicode", "erg_parser/unicode", ]