eta-core 0.2.3

Eta Combinator Core (no_std)
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 = "2021"
rust-version = "1.65.0"
name = "eta-core"
version = "0.2.3"
authors = ["Hans S. <hans@0x8.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Eta Combinator Core (no_std)"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/DaBigBlob/eta-core"

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

[dependencies.hashbrown]
version = "0.16.1"
features = [
    "alloc",
    "default-hasher",
    "inline-more",
]
default-features = false