[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.testing]
version = "1.0.0"
[lib]
bench = false
name = "swc_timer"
path = "src/lib.rs"
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Timings for swc"
documentation = "https://rustdoc.swc.rs/swc_timer/"
edition = "2021"
license = "Apache-2.0"
name = "swc_timer"
readme = false
repository = "https://github.com/swc-project/swc.git"
version = "1.0.0"
[[test]]
name = "timer"
path = "tests/timer.rs"