# 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 = "fr-trie" version = "0.0.4" authors = ["Carlos Barrales "] description = "Fuzzy Radix Trie" documentation = "https://docs.rs/fr-trie" readme = "./README.md" keywords = [ "trie", "fuzzy", "succint", ] categories = [ "data-structures", "compression", ] license = "MIT" repository = "https://github.com/cbruiz/fr-trie" [dependencies.bitflags] version = "1.3.2" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde_json] version = "1.0.71"