rustmeter-beacon-core 0.2.0

Core library for rustmeter-beacon
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 = "rustmeter-beacon-core"
version = "0.2.0"
authors = ["Christopher Kock"]
build = false
exclude = [
    "/debug",
    "/target",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for rustmeter-beacon"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Christopher-06/rustmeter"

[features]
multicore = []
std = [
    "portable-atomic/std",
    "critical-section/std",
    "serde",
    "arbitrary-int/serde",
]

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

[dependencies.arbitrary-int]
version = "2"

[dependencies.critical-section]
version = "1"

[dependencies.portable-atomic]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true