# 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 = "hyperscan-async" version = "0.0.6" authors = ["Danny McClanahan "] description = "Wrapper for the hyperscan C++ regex library." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/cosmicexplorer/spack-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "hyperscan" [dependencies.async-stream] version = "0.3.3" optional = true [dependencies.cfg-if] version = "1" [dependencies.displaydoc] version = "0.2.4" [dependencies.futures-core] version = "0.3.15" optional = true [dependencies.futures-util] version = "0.3.15" optional = true [dependencies.hyperscan-async-sys] version = "0.0.5" [dependencies.indexmap] version = "1.8.1" optional = true [dependencies.libc] version = "0.2.150" [dependencies.num_enum] version = "0.6.1" [dependencies.once_cell] version = "1" optional = true [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.33.*" features = [ "rt", "sync", "io-util", "macros", ] optional = true [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.tokio] version = "1.33.*" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.2" [features] alloc = [ "dep:indexmap", "dep:parking_lot", ] async = [ "dep:async-stream", "dep:futures-core", "dep:futures-util", "dep:tokio", ] chimera = ["hyperscan-async-sys/chimera"] compiler = [ "hyperscan-async-sys/compiler", "dep:once_cell", ] default = [ "static", "compiler", ] dynamic = ["hyperscan-async-sys/dynamic"] static = ["hyperscan-async-sys/static"] [lints.clippy] collapsible_else_if = "allow" expl_impl_clone_on_copy = "deny" if_not_else = "deny" len_without_is_empty = "allow" match_ref_pats = "allow" module_inception = "allow" needless_continue = "deny" redundant_field_names = "allow" result_large_err = "allow" single_component_path_imports = "allow" too_many_arguments = "allow" unseparated_literal_suffix = "deny" used_underscore_binding = "deny"