# 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 = "aoko" version = "0.3.0-alpha.30" authors = ["hzqd "] description = "A Rust extension library." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hzqd/aoko" [package.metadata.docs.rs] all-features = true [dependencies.itertools] version = "0.10" [dependencies.minstant] version = "0.1" optional = true [dependencies.no-std-compat2] version = "0.4" features = ["alloc"] [dependencies.rayon] version = "1.6" optional = true [dependencies.tokio] version = "1.24" features = ["full"] optional = true [features] async = ["tokio"] default = ["std"] full = [ "std", "async", "paral", ] paral = ["rayon"] std = [ "no-std-compat2/std", "minstant", ]