wazabin-jstd 0.2.2

Typed identifiers, registries, graph containers with dominator/SESE analysis, string interning, and stable arenas
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 = "2024"
rust-version = "1.88"
name = "wazabin-jstd"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed identifiers, registries, graph containers with dominator/SESE analysis, string interning, and stable arenas"
homepage = "https://github.com/wazabin/jstd"
readme = "README.md"
keywords = [
    "arena",
    "graph",
    "identifier",
    "interning",
    "registry",
]
categories = [
    "data-structures",
    "algorithms",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/wazabin/jstd"
resolver = "2"

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

[[bench]]
name = "stable_arena"
path = "benches/stable_arena.rs"
harness = false

[dependencies.jstd_derive]
version = "0.2.1"
package = "wazabin-jstd-derive"

[dependencies.rustc-hash]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.bincode]
version = "2"
features = ["serde"]

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

[dev-dependencies.proptest]
version = "1"