# 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 = "sealex-api" version = "0.0.1" authors = ["Sealex Authors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Sealex API (sealex-api) is a web service that exposes a REST API that provides services related to the lexicons of SouthEast Asian languages. """ homepage = "https://github.com/sealexicons/sealex-api" documentation = "https://github.com/sealexicons/sealex-api" readme = "README.md" keywords = [ "southeast", "asia", "lexicon", ] categories = [ "science", "text-processing", "web-programming::http-server", ] license = "Unlicense OR MIT" repository = "https://github.com/sealexicons/sealex-api" [[bin]] name = "sealex-api" path = "src/main.rs" [dependencies]