# 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] edition = "2018" name = "enso-logger" version = "0.3.1" authors = ["Enso Team "] publish = true description = "An efficient logger for writing applications in Rust." homepage = "https://github.com/enso-org/rust-lib/src/logger" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license-file = "LICENSE" repository = "https://github.com/enso-org/rust-lib" [lib] [dependencies.enso-prelude] version = "^0.2.1" [dependencies.enso-shapely] version = "^0.2.0" [dependencies.js-sys] version = "0.3.28" [dependencies.wasm-bindgen] version = "=0.2.58" features = ["nightly"] [dependencies.web-sys] version = "0.3.4" features = ["console"] [features] default = []