atomic-time 0.2.0

Lock-free, thread-safe atomic versions of Duration, SystemTime, Instant and their Option variants
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"
rust-version = "1.70.0"
name = "atomic-time"
version = "0.2.0"
build = false
exclude = ["benchmark"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lock-free, thread-safe atomic versions of Duration, SystemTime, Instant and their Option variants"
homepage = "https://github.com/al8n/atomic-time"
documentation = "https://docs.rs/atomic-time"
readme = "README.md"
keywords = [
    "atomic",
    "no_std",
    "atomic-duration",
    "atomic-instant",
    "atomic-systemtime",
]
categories = [
    "development-tools",
    "concurrency",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/al8n/atomic-time"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
std = ["portable-atomic/std"]

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

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

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

[dev-dependencies.serde_json]
version = "1"

[profile.bench]
opt-level = 3
lto = "thin"
codegen-units = 1
debug = 0
debug-assertions = false
rpath = false
overflow-checks = false
incremental = false