#
# This file is part of trie_lib.
#
# trie_lib is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# trie_lib is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with trie_lib. If not, see .
#
[package]
name = "trie_lib"
version = "0.2.0"
authors = ["Sosthène Guédon "]
edition = "2018"
description = "A small library implementing a trie data structure"
homepage = "https://gitlab.com/SostheneGuedon/trie-lib"
repository = "https://gitlab.com/SostheneGuedon/trie-lib"
keywords = ["trie","tree","structure","lookup"]
categories = ["algorithms","data-structures","parsing"]
documentation = "https://docs.rs/trie_lib"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]