# 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 = "2021" name = "prefix_dictionary" version = "0.0.2" authors = ["Regis Portalez "] exclude = ["Cargo.toml.orig"] description = """ Data structure similar to a dictionary, but enabling search for prefixes """ homepage = "https://github.com/JeWaVe/head-dictionary" documentation = "https://docs.rs/prefix_dictionary/" readme = "README.md" keywords = [ "dictionary", "prefix", "search", "datastructure", ] license = "MIT" repository = "https://github.com/JeWaVe/head-dictionary" [dependencies.bitflags] version = "2.5.0"