# 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 = "yada" version = "0.5.1" authors = ["Takuya Asano "] description = "Yada is a yet another double-array trie library aiming for fast search and compact data representation." homepage = "https://github.com/takuyaa/yada" documentation = "https://github.com/takuyaa/yada" readme = "README.md" keywords = [ "double-array", "trie", "search", ] categories = [ "algorithms", "compression", "data-structures", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/takuyaa/yada"