[package] name = "alnilam-log" version = "0.0.4" description = "Alnilam Log" repository = "https://github.com/TribuFu/Alnilam" authors = ["TribuFu "] license = "MIT" edition = "2021" publish = true [lib] name = "alnilam_log" crate-type = ["rlib"] path = "lib.rs" [dependencies] chrono = "0.4.23" log = "0.4" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "0.9.0" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" console_log = { version = "0.2", features = ["color"] }