redline-core 0.1.1

Core encoding, filtering, and record capture for redline
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 = "2024"
name = "redline-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core encoding, filtering, and record capture for redline"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Vladymyr/redline-log"
resolver = "2"

[features]
default = []

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

[dependencies.itoa]
version = "1.0"

[dependencies.ryu]
version = "1.0"

[dependencies.smallvec]
version = "1.13"
default-features = false

[dependencies.tracing-core]
version = "0.1"
default-features = false