# 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 = "wakuchin" version = "0.3.0" authors = ["P2P-Develop"] description = "A next generation wakuchin researcher software written in Rust" readme = "README.md" keywords = ["text"] categories = [ "science", "text-processing", ] license-file = "LICENSE" repository = "https://github.com/P2P-Develop/wakuchin-rs" [lib] path = "src/lib.rs" [[bench]] name = "bench_core" harness = false [dependencies.dashmap] version = "5.3" [dependencies.divide_range] version = "0.1" [dependencies.fastrand] version = "1.8" [dependencies.flume] version = "0.10" [dependencies.itertools] version = "0.10" [dependencies.itoa] version = "1.0" [dependencies.num_cpus] version = "1.13" [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simd-json] version = "0.6" optional = true [dependencies.smooth] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "=1.21" features = [ "rt-multi-thread", "sync", "time", ] [dev-dependencies.criterion] version = "0.4" features = ["async_tokio"] [features] simd-accel = ["simd-json"]