# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ppar" version = "0.3.1" authors = ["prataprc "] description = "Persistent immutable array" documentation = "https://docs.rs/ppar" readme = "./README.md" keywords = ["immutable", "persistent", "rope", "array", "concurrent"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/bnclabs/ppar" [profile.bench] debug = true [profile.release] debug = true [[bin]] name = "perf" required-features = ["perf"] [dependencies.arbitrary] version = "0.4.7" features = ["derive"] [dependencies.im] version = "15.0.0" optional = true [dependencies.im-rc] version = "15.0.0" optional = true [dependencies.rand] version = "0.7.3" features = ["small_rng"] optional = true [dependencies.structopt] version = "0.3.20" optional = true default-features = false [dev-dependencies.rand] version = "0.7.3" features = ["small_rng"] [features] perf = ["structopt", "rand", "im", "im-rc"]