timeline_syncobj 0.2.0

bindings for the timeline variant of drm_syncobjs
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 = "timeline_syncobj"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bindings for the timeline variant of drm_syncobjs"
readme = false
license = "MIT-0/Apache-2.0"
repository = "https://github.com/Schmarni-Dev/timeline_syncobj"

[features]
default = []
tokio = [
    "dep:tokio",
    "rustix/event",
]

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

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.derive_more]
version = "2.1.1"
features = ["deref"]

[dependencies.rustix]
version = "1.1.3"
features = ["fs"]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["net"]
optional = true

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "net",
    "rt",
    "macros",
    "time",
]