ferrilog-core 0.1.0

Core runtime for ferrilog: lock-free SPSC queues, background poller, and binary encoding
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 = "ferrilog-core"
version = "0.1.0"
authors = ["Nathan Shea <itzrustz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime for ferrilog: lock-free SPSC queues, background poller, and binary encoding"
readme = false
license = "MIT"
repository = "https://github.com/trunkszi/ferrilog"

[features]
buffer-16m = []
buffer-1m = []
buffer-2m = []
buffer-32m = []
buffer-4m = []
buffer-64m = []
buffer-8m = []
default = ["buffer-2m"]

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

[dependencies.libc]
version = "0.2"

[dependencies.ryu]
version = "1"