lr_trie 4.1.4

Left-Right trie is trie capable of mapping any string to any string.
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"
name = "lr_trie"
version = "4.1.4"
authors = ["software9119.technology"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Left-Right trie is trie capable of mapping any string to any string."
documentation = "https://docs.rs/lr_trie/latest/lr_trie/index.html"
readme = "README.md"
keywords = [
    "digital-tree",
    "prefix-tree",
    "trie",
    "retrieval-tree",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/deep-outcome/tries/tree/main/lr_trie"

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