[package] name = "iptrie" version = "0.8.8" authors = ["Xophe "] edition = "2021" license = "MIT" description = "IPv4/v6 prefixes lookup structures (based on tries)" repository = "https://github.com/Orange-OpenSource/iptrie" keywords = ["ip","trie"] categories = ["data-structures", "algorithms"] [dependencies] ipnet = "2.9.0" [dev-dependencies] libc = "0.2.151" rand = "0.8.5" ip_network_table-deps-treebitmap = "0.5" [profile.release] lto = "thin" panic = "abort" [features] # Activate this feature to generate trie structures in a graphviz file # (if graphviz is installed, a PDF file could be directly generated by using dot) graphviz = [ ]