sokr 0.1.1

SOKR core — immutable C ABI surface for substrate plugins
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.78"
name = "sokr"
version = "0.1.1"
authors = ["The SOKR Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SOKR core — immutable C ABI surface for substrate plugins"
homepage = "https://github.com/sokr-rs/sokr"
documentation = "https://docs.rs/sokr"
readme = "README.md"
keywords = [
    "compute",
    "runtime",
    "kernel",
    "gpu",
    "agnostic",
]
categories = [
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sokr-rs/sokr"

[features]
default = []
ffi = []

[lib]
name = "sokr"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies]

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"

[profile.dev]

[profile.release]
panic = "abort"