retrosaurus 0.1.0

A retro Windows 3.1-styled thesaurus and dictionary for your desktop, powered by the Open English WordNet
# 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 = "retrosaurus"
version = "0.1.0"
authors = ["Robert Lillack <rob@lillack.net>"]
build = "build.rs"
include = [
    "src/**/*.rs",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A retro Windows 3.1-styled thesaurus and dictionary for your desktop, powered by the Open English WordNet"
homepage = "https://github.com/roblillack/RetroSaurus"
readme = "README.md"
keywords = [
    "thesaurus",
    "dictionary",
    "wordnet",
    "retro",
    "gui",
]
categories = [
    "gui",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/roblillack/RetroSaurus"

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

[[bin]]
name = "retrosaurus"
path = "src/main.rs"

[dependencies.fst]
version = "0.4"

[dependencies.postcard]
version = "1"
features = ["alloc"]
default-features = false

[dependencies.saudade]
version = "0.3"

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

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

[build-dependencies.flate2]
version = "1"

[build-dependencies.fst]
version = "0.4"

[build-dependencies.postcard]
version = "1"
features = ["alloc"]
default-features = false

[build-dependencies.quick-xml]
version = "0.37"

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

[build-dependencies.sha2]
version = "0.10"