pstr 0.7.0

Global String Intern Pool
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "pstr"
version = "0.7.0"
authors = ["2A5F <u2a5f@outlook.com>"]
description = "Global String Intern Pool"
readme = "README.md"
keywords = ["intern", "string", "pool", "interning", "interned"]
categories = ["rust-patterns", "caching", "data-structures"]
license = "MIT"
repository = "https://github.com/volight/pstr"
[dependencies.dashmap]
version = "3.11"

[dependencies.once_cell]
version = "1.4"