v-log 0.3.1

A lightweight visual logging/debugging facade for Rust
Documentation
# 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"
rust-version = "1.68.0"
name = "v-log"
version = "0.3.1"
authors = [
    "The Rust Project Developers",
    "redweasel",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A lightweight visual logging/debugging facade for Rust
"""
documentation = "https://docs.rs/v-log"
readme = "README.md"
keywords = [
    "logging",
    "geometry",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/redweasel/v-log"

[package.metadata.docs.rs]
features = ["std"]

[features]
default = ["std"]
std = []

[lib]
name = "v_log"
path = "src/lib.rs"

[dependencies]