erg_common 0.5.9-nightly.5

A common components library of Erg
Documentation
[features]
debug = []
japanese = []
simplified_chinese = []
traditional_chinese = []

[lib]
path = "lib.rs"

[package]
authors = ["erg-lang team <moderation.erglang@gmail.com>"]
description = "A common components library of Erg"
documentation = "http://docs.rs/erg_common"
edition = "2021"
homepage = "https://erg-lang.org/"
license = "MIT OR Apache-2.0"
name = "erg_common"
repository = "https://github.com/erg-lang/erg"
version = "0.5.9-nightly.5"
[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
version = "0.1.6"
[target."cfg(unix)".dependencies.libc]
default-features = false
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi"]
version = "0.3"