wn-parser 0.1.0

Simple Rust parser for WordNet database files
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 = "wn-parser"
version = "0.1.0"
authors = ["Felix Schütt <>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Rust parser for WordNet database files"
readme = false
categories = ["text-processing"]
license = "MIT"

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"