openvm-cuda-common 2.0.0

CUDA common utils
# 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.90"
name = "openvm-cuda-common"
version = "2.0.0"
authors = ["OpenVM contributors"]
build = "build.rs"
links = "cuda-common"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CUDA common utils"
homepage = "https://openvm.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/openvm-org/stark-backend"

[features]
debug-cuda-stream = []
touchemall = []

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

[dependencies.bytesize]
version = "2.0"

[dependencies.ctor]
version = "0.5"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.metrics]
version = "0.23.0"

[dependencies.thiserror]
version = "1.0.65"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tokio]
version = "1"
features = ["full"]
default-features = false

[build-dependencies.openvm-cuda-builder]
version = "2.0.0"
default-features = false