english 0.2.0

English inflector decliner conjugator from wiktionary data
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 = "english"
version = "0.2.0"
authors = ["gold-silver-copper"]
build = "build.rs"
include = [
    "build.rs",
    "examples/**/*.rs",
    "generated/**/*.rs",
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "English inflector decliner conjugator from wiktionary data"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gold-silver-copper/english"

[lib]
name = "english"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "semantic_triples"
path = "examples/semantic_triples.rs"

[[example]]
name = "speedmark"
path = "examples/speedmark.rs"

[[example]]
name = "test"
path = "examples/test.rs"

[dependencies.english-core]
version = "0.2.0"

[dependencies.phf]
version = "0.12"
features = ["macros"]
default-features = false