swc_common 0.2.1

Common utilities for the swc project.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "swc_common"
version = "0.2.1"
authors = ["강동윤 <kdy1@outlook.kr>"]
description = "Common utilities for the swc project."
documentation = "https://swc-project.github.io/rustdoc/swc_common/"
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"
[dependencies.ast_node]
version = "0.3"

[dependencies.atty]
version = "0.2"

[dependencies.cfg-if]
version = "0.1.2"

[dependencies.either]
version = "1.5"

[dependencies.fxhash]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.owning_ref]
version = "0.4"

[dependencies.parking_lot]
version = "0.6"

[dependencies.rayon]
version = "1"

[dependencies.rayon-core]
version = "1"

[dependencies.scoped-tls]
version = "0.1.1"

[dependencies.string_cache]
version = "0.7"

[dependencies.termcolor]
version = "1.0"

[dependencies.unicode-width]
version = "0.1.4"

[features]
default = []
fold = ["ast_node/fold"]