solana-clock 2.2.3

Solana Clock and Time Definitions
# 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 = "solana-clock"
version = "2.2.3"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Clock and Time Definitions"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-clock"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/solana-sdk"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[features]
serde = [
    "dep:serde",
    "dep:serde_derive",
]
sysvar = [
    "dep:solana-sdk-ids",
    "dep:solana-sysvar-id",
]

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

[dependencies.serde]
version = "1.0.217"
optional = true

[dependencies.serde_derive]
version = "1.0.217"
optional = true

[dependencies.solana-sdk-ids]
version = "2.2.1"
optional = true

[dependencies.solana-sdk-macro]
version = "2.2.1"

[dependencies.solana-sysvar-id]
version = "2.2.1"
optional = true

[dev-dependencies.static_assertions]
version = "1.1.0"