bp3d-debug 1.0.3

Tracing subscriber implementations for use with BP3D software. Supports traditional logging through bp3d-logger and supports remote profiling through TCP.
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"
name = "bp3d-debug"
version = "1.0.3"
authors = ["Yuri Edward <yuri6037@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tracing subscriber implementations for use with BP3D software. Supports traditional logging through bp3d-logger and supports remote profiling through TCP."
readme = "README.MD"
keywords = [
    "bp3d",
    "tracing",
]
categories = [
    "development-tools",
    "development-tools::debugging",
    "development-tools::profiling",
]
license = "BSD-3-Clause"
repository = "https://github.com/BlockProject3D/debug.core"

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

[dependencies.libc]
version = "0.2"