[package] name = "unique-rust" version = "0.1.0" authors = ["Ronnie Song "] edition = "2018" description = "A Rust library crate that find the unique value from an iterator satisfying a predicate." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]