ironaccelerator-core 2.2.0

Shared types, errors, and capability flags for IronAccelerator backends.
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.89"
name = "ironaccelerator-core"
version = "2.2.0"
authors = ["NERVOSYS"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, errors, and capability flags for IronAccelerator backends."
homepage = "https://github.com/nervosys/IronAccelerator"
documentation = "https://docs.rs/ironaccelerator-core"
readme = false
keywords = [
    "accelerator",
    "gpu",
    "ffi",
    "core",
]
categories = [
    "api-bindings",
    "hardware-support",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/nervosys/IronAccelerator"

[features]
default = [
    "std",
    "serde",
]
serde = [
    "dep:serde",
    "bitflags/serde",
]
std = []

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

[[test]]
name = "registry"
path = "tests/registry.rs"

[dependencies.bitflags]
version = "2"

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