[package] name = "cora" version = "0.1.2" authors = ["hzqd "] edition = "2018" description = "test" repository = "https://github.com/hzqd/aoko" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["std"] # Default to using the std std = ["no-std-compat/std"] # A no_std compatibility layer [dependencies.no-std-compat] version = "0.4" features = ["alloc"] # A data parallelism library [dependencies.rayon] version = "1.5" optional = true [package.metadata.docs.rs] all-features = true