range_search 0.1.0

An automaton that queries a finite state transducer for nearest neighbors.
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"
name = "range_search"
version = "0.1.0"
authors = ["Aalekh Patel <aalekh.gwpeck.7998@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An automaton that queries a finite state transducer for nearest neighbors."
homepage = "https://github.com/aalekhpatel07/range_search"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/aalekhpatel07/range_search"

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

[dependencies.fst]
version = "0.4.7"

[dev-dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]

[dev-dependencies.rand]
version = "0.9.2"