# 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 = "ppom" version = "0.7.0" authors = ["prataprc "] description = "Left Leaning Red Black index in Rust-lang" documentation = "https://docs.rs/ppom" readme = "README.md" keywords = ["storage", "llrb", "indexing", "data-structures"] categories = ["algorithms", "database", "data-structures"] license = "MIT" repository = "https://github.com/bnclabs/ppom" [profile.bench] debug = true [profile.release] debug = true [[bin]] name = "perf" required-features = ["perf"] [dependencies.arbitrary] version = "0.4.7" features = ["derive"] optional = true [dependencies.rand] version = "0.7.3" features = ["small_rng"] [dependencies.structopt] version = "0.3.20" optional = true default-features = false [dev-dependencies.arbitrary] version = "0.4.7" features = ["derive"] [features] perf = ["structopt", "arbitrary"]