# 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] name = "qptrie" version = "0.2.5" authors = ["Frank Denis "] description = "A QP-Trie implementation for Rust" homepage = "https://github.com/jedisct1/rust-qptrie" readme = "README.md" categories = [ "algorithms", "data-structures", ] license = "ISC" repository = "https://github.com/jedisct1/rust-qptrie" [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.new_debug_unreachable] version = "1.0" [badges.appveyor] repository = "jedisct1/rust-qptrie"