# 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 = "2018" name = "goya" version = "0.1.9" authors = ["Leko "] description = "Yet another morphological analyzer for Rust and WebAssembly" categories = ["data-structures", "text-processing"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Leko/goya" [dependencies.indexmap] version = "1.7" features = ["serde"] [dependencies.itertools] version = "0.10" [dependencies.rkyv] version = "0.7.19" features = ["indexmap"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11"