rivet-logger 0.1.0

Rivet framework crates and adapters.
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 = "rivet-logger"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rivet framework crates and adapters."
readme = "README.md"
license = "MIT"

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

[dependencies.rivet-foundation]
version = "0.1.0"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "macros",
    "parsing",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.backtrace]
version = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.getrandom]
version = "0.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sysinfo]
version = "0.38"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]