2021-10-30 03:28:55 +03:00
|
|
|
[package]
|
2022-05-23 05:16:04 +03:00
|
|
|
name = "enso-logger"
|
2021-10-30 03:28:55 +03:00
|
|
|
version = "0.3.1"
|
|
|
|
authors = ["Enso Team <contact@luna-lang.org>"]
|
2021-12-01 18:06:57 +03:00
|
|
|
edition = "2021"
|
2022-05-23 05:16:04 +03:00
|
|
|
description = "An efficient logger for writing applications in Rust."
|
|
|
|
readme = "README.md"
|
|
|
|
homepage = "https://github.com/enso-org/enso/lib/rust/logger"
|
|
|
|
repository = "https://github.com/enso-org/enso"
|
2021-10-30 03:28:55 +03:00
|
|
|
license-file = "../../LICENSE"
|
|
|
|
keywords = ["logging"]
|
|
|
|
categories = ["development-tools::debugging"]
|
|
|
|
publish = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
enso-prelude = { version = "^0.2.1", path = "../prelude" }
|
2022-02-11 15:19:02 +03:00
|
|
|
enso-shapely = { version = "^0.2.0", path = "../shapely" }
|
2022-03-04 17:13:23 +03:00
|
|
|
wasm-bindgen = { version = "0.2.78", features = ["nightly"] }
|
2021-10-30 03:28:55 +03:00
|
|
|
js-sys = { version = "0.3.28" }
|
|
|
|
|
|
|
|
[dependencies.web-sys]
|
|
|
|
version = "0.3.4"
|
|
|
|
features = ['console']
|