rustica 0.5.4

Rustica is a functional programming library for the Rust language.
Documentation
[[bench]]
harness = false
name = "datatypes_benchmarks"
path = "benches/datatypes_benchmarks.rs"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.rayon]
version = "1.10.0"

[dependencies.smallvec]
version = "1.14.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
optional = true
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.quickcheck_macros]
version = "1.0"

[features]
advanced = []
async = ["futures", "tokio"]
default = []
full = ["async", "advanced", "transformers"]
transformers = []

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

[package]
authors = ["jeong-il suk <wjddlf211@naver.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rustica is a functional programming library for the Rust language."
edition = "2021"
license = "Apache-2.0"
name = "rustica"
readme = "README.md"
repository = "https://github.com/but212/rustica"
version = "0.5.4"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "mod"
path = "tests/mod.rs"