# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "murmur" version = "2.0.0" description = "This library provides a simple and flexible way to format colored messages with optional `NerdFonts` or `Unicode` icons." documentation = "https://docs.rs/murmur" readme = "README.md" keywords = [ "terminal", "color", "formatting", "icons", "nerdfonts", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/andretcarpizo/murmur" [dependencies.enum-iterator] version = "1.4" [dependencies.once_cell] version = "1.19" [dependencies.owo-colors] version = "4.0" [dev-dependencies.color-backtrace] version = "0.6.1" [dev-dependencies.color-eyre] version = "0.6.2" [features] default = [] experimental = [] [lints.clippy] cargo = "warn" complexity = "warn" correctness = "warn" exhaustive_enums = "allow" implicit_return = "allow" missing_const_for_fn = "allow" missing_docs_in_private_items = "deny" missing_inline_in_public_items = "allow" non_ascii_literal = "warn" nursery = "warn" pedantic = "warn" perf = "warn" pub_use = "allow" question_mark = "allow" shadow_reuse = "allow" single_call_fn = "allow" style = "warn" suspicious = "warn" [lints.rust] deprecated = "allow" unsafe_code = "forbid"