lexrs-server 0.2.0

Production HTTP server for the lexrs lexicon library
# 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 = "lexrs-server"
version = "0.2.0"
authors = ["Abhishek Singh <abhishek.singh20141@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production HTTP server for the lexrs lexicon library"
homepage = "https://github.com/aosingh/lexrs"
documentation = "https://docs.rs/lexrs-server"
readme = "README.md"
keywords = [
    "trie",
    "dawg",
    "lexicon",
    "http",
    "server",
]
categories = [
    "data-structures",
    "text-processing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/aosingh/lexrs"
resolver = "2"

[[bin]]
name = "reader"
path = "src/reader.rs"

[[bin]]
name = "writer"
path = "src/writer.rs"

[dependencies.arc-swap]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.lexrs]
version = "0.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]