# 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_type" version = "0.5.9-nightly.0" authors = ["erg-lang team "] description = "APIs for Erg types" homepage = "https://erg-lang.org/" documentation = "https://docs.rs/erg" license = "MIT OR Apache-2.0" repository = "https://github.com/erg-lang/erg" [lib] path = "lib.rs" [dependencies.erg_common] version = "0.5.9-nightly.0" [dependencies.erg_parser] version = "0.5.9-nightly.0" [features] debug = ["erg_common/debug"] japanese = ["erg_common/japanese"] simplified_chinese = ["erg_common/simplified_chinese"] traditional_chinese = ["erg_common/traditional_chinese"]