# 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 = "ulib" version = "0.3.3" links = "ulib" description = "Universal data storage library for CPU/GPU heterogeneous applications" license = "AGPL-3.0-only" [dependencies.bytemuck] version = "1.10.0" [dependencies.clilog] version = "0.2.3" [dependencies.cust] version = "0.3.2" features = ["bytemuck"] optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.ulib-derive] version = "0.1.0" [build-dependencies.ucc] version = "0.2.0" [features] cuda = [ "dep:cust", "ulib-derive/cuda", ]