aoko 0.2.22

A Rust extension library.
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 = "2018"
name = "aoko"
version = "0.2.22"
authors = ["hzqd <hzqelf@yeah.net>"]
description = "A Rust extension library."
license = "MIT OR Apache-2.0"
repository = "https://github.com/hzqd/aoko"
[package.metadata.docs.rs]
all-features = true
[dependencies.no-std-compat]
version = "0.4"
features = ["alloc"]

[dependencies.rayon]
version = "1.5"
optional = true

[features]
default = ["std"]
paral = ["rayon"]
std = ["no-std-compat/std"]