# 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 = "minifemme" version = "1.0.3" authors = ["anastasie ", "lrlna ", "yoshuawuyts "] description = "Rust log-compatible pretty/ndjson logger, based on femme" documentation = "https://docs.rs/minifemme" readme = "README.md" keywords = ["pretty-printer", "ndjson", "femme", "log", "logger"] license = "MIT OR Apache-2.0" repository = "https://git.sr.ht/~ana/minifemme" [dependencies.cfg-if] version = "0.1.9" [dependencies.log] version = "0.4.7" features = ["kv_unstable", "std"] [dependencies.serde] version = "1.0.97" [dependencies.serde_derive] version = "1.0.97" [dependencies.serde_json] version = "1.0.56" [dev-dependencies.kv-log-macro] version = "1.0.5" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.25" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.48" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.25" features = ["console"]